.bodyPageLogin {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.boxContentLogin {
    background-image: url(/assets/images/bg_login_ntd_v2.webp);
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-size: cover;
}
.h1Login {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: center;
    color: #4c5bd4;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px white, -1px -1px 2px white;
}
.linkCauHoi {
    text-decoration: underline;
    font-style: italic;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: center;
    color: #FF4D43;
    font-size: 18px;
    line-height: 24px;
    width: fit-content;
    display: flex;
    justify-content: center;
}
.boxLeftLogin {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}
.contentLogin {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    max-width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 20px;
    padding-top: 100px;
    padding-bottom: 40px;
}
.boxContentFormLogin {
    background: #fff;
    border-radius: 12px;
    box-shadow: 4px 1px 20px rgba(0, 0, 0, 0.1);
    width: 525px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
.boxRightLogin {
    width: calc(55% - 20px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.boxSelectLogin {
    border-bottom: solid 1px #ccc;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    padding: 15px 10px 5px;
}
.itemSelectLogin {
    text-transform: uppercase;
    font-size: 19px;
    color: #4c5bd4;
    border: none;
    background: transparent;
    line-height: 25px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-bottom: 2px;
    height: -webkit-fill-available;
    justify-content: center;
}
.noteSelectLogin {
    color: #4c5bd4;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
}
.spaceSelectLogin {
    width: 1px;
    height: 20px;
    background-color: #ccc;
}
.itemSelectLogin.active {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    border-bottom: 3px solid rgb(76, 91, 212);
}
.boxFooterLogin {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    padding: 10px;
}
.link_quenmk {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: center;
    color: #dd6b4e;
    font-size: 16px;
    line-height: 20px;
}
.txt_notAcc {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #474747;
}
.link_dangky {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: center;
    color: #4c5bd4;
    font-size: 16px;
    line-height: 20px;
}
.boxListSelectLogin {
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itemFromLogin {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.icon_taikhoan {
    width: 20px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
}
.formInput {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contentInput .form-control {
    width: 100%;
    height: 50px;
    border: none;
    color: #a5abc7;
    font-size: 22px;
    background-color: #fff !important;
    padding-left: 65px;
    border-radius: 10px;
    box-sizing: border-box;
    padding-right: 0;
}
.contentInput {
    position: relative;
    width: 100%;
}
.formInputAcc {
    border-bottom: 1px solid #a5abc7;
    padding-bottom: 10px;
}
.err_form {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: left;
    color: #FF4D43;
    font-size: 15px;
    line-height: 17px;
}
.formInputPass .form-control {
    padding-right: 35px;
}
.view_pass {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #777;
    font-size: 22px;
    line-height: 25px;
}
.boxBtnLogin {
    width: 120%;
    margin-top: 20px;
    cursor: pointer;
}
.btnLogin {
    text-transform: uppercase;
    width: 100%;
    height: 60px;
    border: none;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-family: Roboto-Medium, sans-serif;
    cursor: pointer;
    background: linear-gradient(90deg, #2230a3 0%, #5b6be7 100%);
    padding: 10px;
}
.btnLogin:hover {
    background: linear-gradient(90deg, #5b6be7 0%, #2230a3 100%);
}
.triangleLeft {
    width: 0;
    height: 0;
    border-top: 15px solid #4c5bd4;
    border-right: 28px solid transparent;
    float: right;
}
.triangleRight {
    width: 0;
    height: 0;
    border-top: 15px solid #4c5bd4;
    border-left: 28px solid transparent;
    float: left;
}
.boxtxt_scanqr {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.btn_hd_scanqr {
    border: none;
    background: transparent;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 19px;
    cursor: pointer;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: center;
    color: #4c5bd4;
}
.txt_note_scanqr {
    color: #474747;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.qrCodeLogin {
    width: 180px;
    height: 180px;
}
.boxLeftLogin.mb {
    display: none;
}
@media screen and (max-width: 1165px) {
    .contentLogin {
        padding-top: 30px;
        justify-content: center;
    }
    .boxLeftLogin.pc,
    .boxSelectLogin {
        display: none;
    }
    .boxLeftLogin.mb {
        display: flex;
        width: 100%;
        padding: 20px 20px 10px;
    }
    .boxRightLogin {
        width: 500px;
        max-width: 95%;
        margin: auto;
    }
    .h1Login {
        font-size: 22px;
        line-height: 28px;
    }
    .linkCauHoi {
        font-size: 16px;
        line-height: 19px;
    }
    .btnLogin {
        font-size: 20px;
        line-height: 24px;
    }
    .contentInput .form-control {
        height: 45px;
        font-size: 20px;
    }
}
@media screen and (max-width: 600px) {
    .h1Login {
        font-size: 20px;
        line-height: 25px;
    }
    .icon_taikhoan {
        width: 15px;
        height: 20px;
    }
    .contentInput .form-control {
        height: 40px;
        font-size: 16px;
        line-height: 20px;
        padding-left: 50px;
    }
    .view_pass {
        font-size: 20px;
        line-height: 23px;
    }
    .btnLogin {
        font-size: 18px;
        line-height: 22px;
        height: 50px;
    }
}