.popup_login {
    position: absolute;
    width: 600px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    display: none;
    padding-bottom: 60px;
    text-indent: 0 !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.background {
    position: fixed;
    height: 100%;
    display: none;
    z-index:2147483648999;
}

.close_button {
    position: absolute;
    right: 20px;
    top: 4%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.popup_login i.icon-close, .close_button {
    background: url(/stores/images/login/tat_popup.svg) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}

.title_login {
    margin-top: 60px;
    text-align: center;
}

.title_login p {
    font-weight: 700;
    font-size: 26px !important;
    line-height: 140%;
    color: #1F9AD6;
    margin-bottom: 20px;
}

.form_login {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 35px;
}

.form_login input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    color: #555555;
    margin: 0 !important;
}

.form_login input::placeholder {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 140%;
    color: #939393;
}
.form_login > .account_feild:not(:first-child) {
    margin-top: 15px;
}
.checkbox {
    position: relative;
}

.checkbox p {
    margin-top: 13px;
    margin-left: 10px;
}

.checkbox a {
    font-weight: 500;
}

.forgot_password {
    color: #1F9AD6;
    right: 0;
    position: absolute;
}

.forgot_password:hover {
    filter: brightness(80%);
}

.login {
    height: 44px;
    background: #FE9900;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 40px;
    border: 1px solid #fe9900;
}

.login:hover {
    filter: brightness(80%);
}

.other_method_login {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 40px;
}
.abcRioButton.abcRioButtonLightBlue {
    position: absolute;
    top: 0;
    height: 100% !important;
    width: 100% !important;
    opacity: 0 !important;
}
.other_method_login hr {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #d9d9d9;
}
.orther_method {
    align-items: center;
}
.login_with_fb .fb_iframe_widget{
    display: inline-block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    /* opacity: 0; */
}
._51mz{
    width: 162px;
    padding: 29px;
}
.fb_iframe_widget span {
    height: 44px !important;
    left: 18px;
}
.login_with_fb .fb_iframe_widget iframe{
    position: absolute;
    /* width: 155px; */
    opacity: 0;
    height: 44px !important;
    width: 100% !important;
}
.other_method_login p {
    /* padding-top: 7px; */
    padding-left: 20px;
    padding-right: 20px;
    color: #939393;
    font-size: 14px !important;
    white-space: nowrap;
}

.third_method {
    margin-top: 20px;
}

.third_method>div {
    width: 160px;
    height: 44px;
    border-radius: 1000px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    padding-top: 11px;
    cursor: pointer;
    position: relative;
}

.third_method img {
    margin-top: -1px;
    margin-right: 5px;
}

.login_with_fb {
    background: #2F56A9;
}

.login_with_google {
    background: #EA4335;
    margin-left: 10px;
}

.login_with_zalo {
    background: #0094F8;
    margin-left: 10px;
}

.popup_otp {
    width: 600px;
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    top: 214px;
    padding-left: 50px;
    padding-right: 50px;
    display: none;
    padding-bottom: 59px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.guide {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #555555;
    margin-top: 30px;
}

.error {
    font-size: 14px !important;
    color: #FF0000;
}

.otp_code input {
    height: 44px;
    width: 100%;
    padding-left: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    text-indent: 0 !important;
    font-size: 16px;
    color: #555555;
}

.otp_code input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #939393;
}

.time_out {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1F9AD6;
}

.time_out_otp {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #555555;
    text-align: center;
}

.verify_now {
    height: 44px;
    background: #FE9900;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    padding-top: 11px;
    margin-top: 30px;
    cursor: pointer;
}

.verify_now_page {
    height: 44px;
    background: #FE9900;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    padding-top: 11px;
    margin-top: 30px;
    cursor: pointer;
}

.igone {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #1F9AD6;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

.resend_otp {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #FF0000;
}

.resend_otp_function {
    color: #1F9AD6;
    cursor: pointer;
}

.resend_otp_page_function {
    color: #1F9AD6;
    cursor: pointer;
}

.resend_otp_function:hover {
    filter: brightness(80%);
}

.error_otp {
    color: #FF3B30;
    font-size: 12px !important;
}

.error_code {
    border: 1px solid #FF0000 !important;
}

.verify_now:hover {
    filter: brightness(80%);
}

.over_send {
    width: 600px;
    height: 303px;
    background: #FFFFFF;
    border-radius: 4px;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 1px;
    top: 25%;
    display: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.text_over {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #FF0000;
    margin-top: 30px;
}

.close_alert {
    height: 44px;
    background: #FE9900;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    padding-top: 11px;
    margin-top: 30px;
    cursor: pointer;
}

.close_alert:hover {
    filter: brightness(80%);
}

.icon_eye img {
    cursor: pointer;
}

.icon_eye {
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 10px;

}

.text_or {
    width: max-content;
}

.verify_now_page:hover {
    filter: brightness(80%);
}

#text_register_popup {
    color: #555555;
    font-size: 16px !important;
}

#text_register_popup>a{
    padding-left: 10px;
}

.checkbox_submit_page>label>a {
    font-size: 16px !important;
}

.checkbox_submit_page>input {
    margin-left: 0px;
}

.checkbox_submit_page {
    display: flex;
    /* margin-bottom: 30px; */
    margin-top: 10px;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 4px;
    border: 0.75px solid #d9d9d9;
}

.checkbox-container:hover .checkmark {
    background: #ffffff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container .checkmark:after {
    top: 46%;
    left: 50%;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.checkbox-container input:checked~.checkmark {
    background: #2aade3;
    border: none;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    /* padding-left: 30px; */
    margin-top: 0px;
}
#google_btn,#google_btn_2, #google_btn_register, #google_btn_register_tvv, #google_btn_register_kh{
    position: relative;
    bottom: 8px;
    opacity: 0;
    z-index: 1;
    width: 95%;
    margin: auto;
}
.img_lg_gg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login_with_google iframe {
    max-height: 44px !important;
    max-width: 160px !important;
}
.login_with_fb:hover {
    background: #244180;
}
.login_with_google:hover {
    background: #DE0000;
}
.login_with_zalo:hover {
    background: #186991;
}
.account_feild {
    position: relative;
}
i.icon-eye {
    width: 24px;
    height: 24px;
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
    position: absolute;
    cursor: pointer;
}
i.icon-eye.hide-pass {
    background: url(/stores/images/login/view_password.svg) no-repeat;
    background-size: 100%;

}
i.icon-eye.show-pass {
    background: url(/stores/images/login/show_password.svg) no-repeat;
    background-size: 100%;

}

@media only screen and (max-width: 768px) {
    .login_with_zalo center, .login_with_fb center{
        gap: 5px;
        display: flex;
        justify-content: center;
    }
    .login_with_fb:hover {
        background: #2F56A9;
    }
    .login_with_google:hover {
        background: #EA4335;
    }
    .login_with_zalo:hover {
        background: #0094F8;
    }
    .img_lg_gg{
        display: flex;
        gap: 5px;
        top: 54%;
    }
    #google_btn,#google_btn_2, #google_btn_register, #google_btn_register_tvv, #google_btn_register_kh{
        width: 95.33px;
    }
    #text_register_popup>a{
        padding-top: 3px;
        padding-left: 5px;
    }
    .background {
        top: 0;
        position: fixed;
    }

    .error {
        font-size: 12px !important;
    }
    .login:hover {
        filter: brightness(100%);
    }
    .popup_login {
        position: fixed;
        width: 92% !important;
        height: max-content;
        padding-bottom: 50px;
    }

    .close_button {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }

    #over_send_button {
        top: 10px;
        right: 10px;
    }

    .title_login {
        margin-top: 22px;
        padding-top: 10px;
    }

    .form_login {
        padding-left: 16px;
        padding-right: 16px;
    }

    .other_method_login {
        padding-left: 16px;
        padding-right: 16px;
        margin-top: 20px;
    }
    .popup_login i.icon-close {
        width: 16px;
        height: 16px;
        top: 10px;
        right: 10px;
    }
    .close_button img {
        width: 16px;
        height: 16px;
    }

    .login {
        margin-top: 20px;
        height: 40px;
    }

    .form_login {
        margin-top: 20px;
    }

    .other_method_login p {
        font-size: 12px !important;
        padding-left: 8px;
        padding-right: 8px;
    }
    .other_method_login hr {
        width: 100%;
        border-top: 0.75px solid #d9d9d9;
    }

    .checkbox p {
        font-size: 15px !important;
    }

    .checkbox a {
        font-size: 15px !important;
    }

    .third_method>div {
        font-size: 12px;
        padding-top: 13px;
        width: 100%;
        height: 40px;
    }

    .third_method img {
        margin-top: -3px;
        margin-right: 0;
    }

    #text_register_popup {
        margin-top: 20px !important;
        font-size: 15px !important;
    }

    #fast_register_popup {
        font-size: 15px !important;
        display: block;
    }

    .login {
        font-size: 15px !important;
    }

    .resend_otp {
        font-size: 15px;
    }

    .over_send {
        width: 93%;
        position: relative;
        padding-bottom: 30px;
        height: max-content;
        padding-left: 16px;
        padding-right: 16px;
        top: 30%;
    }

    .text_over {
        font-size: 15px;
    }

    .close_alert {
        font-size: 15px;
    }

    .form_login>input::placeholder {
        font-size: 15px !important;
    }

    .form_login input {
        font-size: 15px !important;
        padding-left: 10px !important;
    }

    .form_login > .account_feild:not(:first-child) {
        margin-top: 10px !important;
    }

    .text_or {
        width: 100%;
        white-space: nowrap;
    }

  

    .popup_otp {
        position: relative;
        padding-left: 16px;
        padding-right: 16px;
        width: 92% !important;
        padding-bottom: 30px;
        top: 10%;
        height: max-content;

    }

    .title_login p {
        margin-bottom: 5px;
    }

    .guide {
        font-size: 15px !important;
        margin-top: 17px;
    }

    .otp_code>span {
        font-size: 10px !important;
    }

    .time_out_otp {
        font-size: 15px !important;
    }

    .time_out {
        font-size: 15px !important;
    }

    .verify_now {
        font-size: 15px !important;
        margin-top: 18px !important;
    }

    .igone {
        font-size: 15px !important;
        margin-top: 19px !important;
    }

    .otp_code {
        margin-top: 17px !important;
    }

    .time_out_otp {
        margin-top: 11px !important;
    }

    .text_over {
        margin-top: 18px !important;
    }

    .close_alert {
        margin-top: 18px !important;
    }
    .login_with_fb .fb_iframe_widget iframe {
        width: 50% !important;

    }
    .login_with_google iframe {
        top: -4px !important;
        max-width: 96px !important;
        
    }
}