.bodyPageForgot {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.boxContentForgot {
    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;
    flex-direction: column;
}
.contentForgot {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 4px 1px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.h1Forgot {
    padding-bottom: 10px;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: center;
    color: #4c5bd4;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px white, -1px -1px 2px white;
}
.formInputAcc, .boxOtp, .boxPassNew {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 600px;
    max-width: 95%;
}
.txt_notAcc {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #474747;
    padding-top: 25px;
}
.link_dangky {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: center;
    color: #dd6b4e;
    font-size: 16px;
    line-height: 20px;
}
.btnForgotAcc, .btnVerifyOtp, .btnUpdatePassNew {
    width: 250px;
    max-width: 95%;
    padding: 10px 20px;
    border-radius: 25px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 17px;
    line-height: 23px;
    border: 1px solid #4C5BD4;
    background: linear-gradient(90deg, #2230a3 0%, #5b6be7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-transform: uppercase;
}
.btnUpdatePassNew:hover, 
.btnVerifyOtp:hover, 
.btnForgotAcc:hover {
    transform: scale(1.04);
    background: linear-gradient(90deg, #5b6be7 0%, #2230a3 100%);
}
.h2_note {
    width: 100%;
    font-size: 17px;
    line-height: 22px;
    color: red;
}
.boxNote {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.txt_note {
    line-height: 23px;
    color: #474747;
    font-size: 16px;
    text-align: center;
    width: 100%;
    font-style: italic;
}
.formInput {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contentInput {
    position: relative;
    width: 100%;
}
.icon_taikhoan {
    width: 15px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
}
.form-control {
    width: 100%;
    height: 45px;
    border: none;
    color: #474747;
    font-size: 18px;
    background-color: #e8f0fe;
    padding-left: 50px;
    border-radius: 10px;
    box-sizing: border-box;
    padding-right: 12px;
}
.h2_form {
    width: 100%;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    font-family: Roboto-Medium, sans-serif;
    color: #474747;
    font-weight: 500;
}
.required {
    color: red;
}
.err_form {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: left;
    color: #FF4D43;
    font-size: 15px;
    line-height: 17px;
}
.txtIdAcc {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: center;
    color: #4c5bd4;
    font-size: 25px;
    line-height: 30px;
}
.txtOtpNtd {
    color: #474747;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: center;
}
.txtPhoneHotline {
    font-size: 17px;
    line-height: 23px;
    color: red;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.boxOtp {
    width: 850px;
}
.boxListOtp {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.itemOtp {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #555555;
    background-color: #ffffff;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #4c5bd4;
}
.view_pass {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #777;
    font-size: 22px;
    line-height: 25px;
}
.boxInputOtpUv {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.resendOtp {
    color: #474747;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: center;
}
.btnResendOtp {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    color: #4c5bd4;
    border: none;
    background: transparent;
    text-decoration: underline;
    font-size: 16px;
    line-height: 23px;
}
.boxSupport {
    background: linear-gradient(90deg,rgb(209, 238, 252) 0%,rgb(229, 246, 254) 20%,rgb(236, 247, 253) 40%,rgb(224, 245, 253) 60%,rgb(236, 247, 253) 80%,rgb(237, 248, 255) 100%);
    width: 100%;
}
.contentSupport {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 10px 0;
}
.title_support {
    font-size: 16px;
    line-height: 20px;
    color: #616264;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    text-align: center;
}
.txt_support {
    font-size: 16px;
    line-height: 20px;
    color: #616264;
    text-align: center;
}
.txtPhoneSupport {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: center;
    color: #4c5bd4;
    font-size: 16px;
    line-height: 22px;
}

@media screen and (max-width: 600px) {
    .contentForgot {
        padding: 20px 10px;
    }
    .h1Forgot {
        font-size: 20px;
        line-height: 25px;
    }
    .h2_form, .btnForgotAcc, .btnVerifyOtp, .btnUpdatePassNew {
        font-size: 16px;
        line-height: 22px;
    }
    .icon_taikhoan {
        width: 13px;
        height: 17px;
        left: 10px;
    }
    .form-control {
        height: 40px;
        font-size: 16px;
        padding-left: 35px;
        padding-right: 10px;
    }
    .boxListOtp {
        gap: 10px;
    }
    .itemOtp {
        width: 35px;
        height: 35px;
        font-size: 20px;
        line-height: 25px;
    }
}