.bodyRegisterNtd {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.boxContentRegisterNtd {
    background-image: url(/assets/images/trong-dong-duoi.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contentRegisterNtd {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    max-width: 95%;
    background: #fff;
    box-shadow: 4px 1px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 30px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.h1RegisterNtd {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: center;
    color: #4c5bd4;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.linkCauHoi {
    text-decoration: underline;
    font-style: italic;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-align: center;
    color: #FF4D43;
    font-size: 16px;
    line-height: 18px;
    width: fit-content;
    display: flex;
    justify-content: center;
}
.boxFormRegisterNtd {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.itemForm {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.titleForm {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    font-family: Roboto-Medium, sans-serif;
    color: #474747;
    font-weight: 500;
}
.required {
    color: red;
}
.noteForm {
    font-style: italic;
    font-size: 16px;
    line-height: 18px;
    font-family: Roboto-Medium, sans-serif;
    color: #474747;
    font-weight: 500;
}
.inputForm {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #dad8d3;
    font-size: 16px;
    color: #474747;
    padding: 10px;
}
.listForm {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}
.itemForm.w50 {
    width: calc(100% / 2 - 8px);
}
.boxPassword {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view_pass {
    cursor: pointer;
    position: absolute;
    right: 10px;
    color: #777;
    font-size: 22px;
    line-height: 25px;
    margin: auto;
}
.boxSubmit {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.boxConfirm {
    display: flex;
    gap: 8px;
}
.txtConfirm {
    width: calc(100% - 28px);
    font-size: 16px;
    line-height: 18px;
    color: #474747;
}
.linkConfirm {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    color: #4c5bd4;
    font-size: 16px;
    line-height: 18px;
}
.cb_container {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cb_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 6px;
}
.cb_container:hover .cb_checkbox~.cb_checkmark {
    background-color: #ccc;
}
.cb_container .cb_checkbox:checked~.cb_checkmark {
    background-color: #4c5bd4;
}
.cb_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cb_container .cb_checkbox:checked~.cb_checkmark:after {
    display: block;
}
.cb_container .cb_checkmark:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btnRegisterNtd {
    width: 200px;
    padding: 12px 20px;
    border-radius: 25px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 17px;
    line-height: 19px;
    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;
}
.btnRegisterNtd:hover {
    transform: scale(1.04);
    background: linear-gradient(90deg, #5b6be7 0%, #2230a3 100%);
}
.error {
    display: none;
    color: red;
    font-size: 14px;
    line-height: 16px;
}
.error::before {
    display: inline;
    content: '⚠ ';
}
.loadingRegisterNtd {
    display: none;
    width: 20px;
    height: 20px;
}
.txtRegisterNtd {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 17px;
    line-height: 19px;
}


@media only screen and (max-width:1024px) {
    .boxContentRegisterNtd {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .contentRegisterNtd {
        padding: 20px;
    }
}
@media only screen and (max-width:768px) {
    .boxContentRegisterNtd {
        margin: 0;
        background: #FFF;
    }
    .contentRegisterNtd {
        padding: 20px 0;
        box-shadow: unset;
        border-radius: 0;
    }
    .h1RegisterNtd {
        font-size: 22px;
        line-height: 26px;
    }
}
@media only screen and (max-width:600px) {
    .h1RegisterNtd {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 24px;
    }
    .itemForm.w50 {
        width: 100%;
    }
}