.module-container {
    display: flex;
    padding: 20px;
}
.module-left {
    position: relative;
    height: 100%;
    padding: 20px 30px 0px 30px;
}
.left-width-54 {
    width: 54%;
}
.left-width-max {
    width: 100%;
}

.module-right {
    width: 46%;
}

.right-bg {
    width: 381px;
    height: 100%;
    border-radius: 8px;
    background-image: url(../images/css_sprite_2024.svg);
}
.right-bg-bind-email {
    width: 182px;
    height: 249px;
    background-image: url("../images/bind_email.png");
}
.right-bg-prompt-email {
    width: 162px;
    height: 160px;
    background-image: url("../images/prompt_email.svg");
}
.right-bg-verify-user {
    width: 160px;
    height: 160px;
    background-image: url("../images/verify_user.svg");
}
.right-bg-country {
    margin-left: 20px;
    width: 160px;
    height: 160px;
    background-image: url("../images/country.svg");
}
.right-bg-login-error {
    width: 160px;
    height: 160px;
    background-image: url("../images/login_error.svg");
}
.top-bg-access-deny {
    width: 160px;
    height: 160px;
    background-image: url("../images/access_deny.svg");
}
.back-butt-key {
    width: 17px;
    height: 14px;
    background-image: url(../images/back_butt.svg);
    display: block;
}

.login-title {
    display: flex;
    margin-bottom: 24px;
}
.title-primary {
    font-family: FoxitOpenSans;
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0.01em;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 0;
    color: rgba(14, 12, 54, 1);
}
.title-step {
    font-family: FoxitOpenSans;
    font-size: 14px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0.01em;
    text-align: left;
    margin-top: 6px;
    margin-left: 8px;
    color: rgba(14, 12, 54, 1);
}

.btn-signin-text {
    font-family: FoxitOpenSans;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.field-name {
    display: inline-block;
    margin-bottom: 7px;
    margin-left: 2px;
    font-family: FoxitOpenSans;
    font-size: 14px;
    font-weight: 400;
    color: rgba(106, 106, 106, 1);
}
.common-text {
    font-family: FoxitOpenSans;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}
.common-text-w700 {
    font-family: FoxitOpenSans;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
}
.icon-style {
    color: rgba(106, 106, 106, 1);
}

.underline-link {
    text-decoration: underline;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-align-center {
    display: flex;
    align-items: center;
}
.inline-flex-center {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.text-forget-password {
    text-align: right;
}
.text-remember-me {
    text-align: left;
}

@media (max-width: 880px) {
    .f21 {
        width: 100% !important;
        border-radius: 0 !important;
    }
    .img_feature {
        width: 100% !important;
        border-radius: 0 !important;
    }
    .modal-dialog-new {
        width: 100% !important;
    }
    .modal-content {
        width: 100% !important;
    }
    .module-container {
        width: 100% !important;
    }
    .module-left {
        width: 100% !important;
    }
    /*.bem-skip-form {
        width: 95%;
    }*/
    .bem-skip-form {
        position: unset !important;
        bottom: unset !important;
        margin-top: 40px !important;
    }
    .bem-left {
        height: unset !important;
    }
}
@media (max-width: 460px) {
    .f21 {
        width: 100% !important;
        border-radius: 0 !important;
    }
    .img_feature {
        width: 100% !important;
        border-radius: 0 !important;
    }
    .modal-dialog-new {
        width: 100% !important;
    }
    .modal-content {
        width: 100% !important;
    }
    .module-container {
        width: 100% !important;
    }
    .module-left {
        width: 100% !important;
    }
    .modal-mfa-verify {
        width: 100% !important;
    }
    .modal-mfa-verify-select {
        width: 100% !important;
    }
    .select-method {
        padding: 20px 10px 0 10px !important;
    }
}
@media (max-width: 470px) {
    .module-left {
        padding: 20px 20px 0;
    }
}
@media (max-width: 440px) {
    .module-left {
        padding: 20px 10px 0;
    }
}

.sign-in-butt {
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #FF5F00;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.sso-login-butt {
    border: 1px solid rgba(173, 181, 189, 1) !important;
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #fff;
    color: rgba(14, 12, 54, 1);
    font-size: 14px;
    font-weight: 700;
}
.sso-login-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sso-login-key {
    width: 18px;
    height: 18px;
    background-image: url(../images/sso_key.png);
    display: block;
    /*transform: scale(0.6);*/
}
.sso-login-text {
    font-family: FoxitOpenSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.21875px;
    text-align: left;
    margin-left: 6px;
}

.mb10px {
    margin-bottom: 10px !important;
}
.mb20px {
    margin-bottom: 20px !important;
}
.mb22px {
    margin-bottom: 22px !important;
}
.ml4px {
    margin-left: 4px !important;
}
.ml5px {
    margin-left: 4px !important;
}
.ml8px {
    margin-left: 8px !important;
}

.or-third-login {
    font-size: 14px;
}
.or-third-login::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #00000026;
    vertical-align: middle;
    margin-right: 20px;
}
.or-third-login::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #00000026;
    vertical-align: middle;
    margin-left: 20px;
}

.sign-up-box {
    margin-bottom: 40px;
}
.haven-account-content {
    font-family: FoxitOpenSans;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 20px;
    letter-spacing: 0em;
    color: rgba(14, 12, 54, 1) !important;
}
.sign-up-content {
    font-family: FoxitOpenSans;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 20px;
    letter-spacing: 0em;
    margin-left: 5px;
}

.account-login-key {
    width: 17px;
    height: 17px;
    background-image: url(../images/account_key.png);
    display: block;
}

.country-title {
    font-family: FoxitOpenSans;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.01em;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 0;
    color: rgba(14, 12, 54, 1);
}
.country-butt {
    width: 100%;
    height: 36px;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #FF5F00;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.captcha-for-sms-butt {
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #FF5F00;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.captcha-for-sms-cancel-butt {
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: rgba(14, 12, 54, 1);
    font-size: 14px;
    font-weight: 700;
}

.pt10px {
    padding-top: 10px;
}
.pbm20 {
    padding-bottom: 20px;
}
/************** cn **************/
.login-title-cn {
    display: flex;
    margin-bottom: 15px;
}
.mbs-cn {
    margin-bottom: 10px;
}
.mb15px-cn {
    margin-bottom: 15px !important;
}
.mb30px {
    margin-bottom: 30px;
}
.ptm18 {
    padding-top: 18px;
}
.ptm15 {
    padding-top: 15px;
}
.account-switch-container {
    margin-bottom: 15px;
    background-color: #eaedef;
    padding: 8px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 #d3d3d3;
}
.account-switch-container .switch-box {
    display: inline-block;
    position: relative;
    width: 50%;
    text-align: center;
}
.account-switch-container .switch-box.click {
    background-color: #fff;
    border-radius: 4px;
}
.account-switch-container .switch-box .switch-btn {
    display: inline-block;
    line-height: 28px;
    font-size: 12px;
    font-weight: 400;
    color: #6a6a6a;
    cursor: pointer;
}
.account-switch-container .switch-box.click .switch-btn {
    font-weight: 700;
    color: #0e0c36;
}
.sign-in-butt-cn {
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #FF5F00;
    height: 36px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.sso-login-butt-cn {
    border: 1px solid rgba(173, 181, 189, 1) !important;
    height: 36px;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #fff;
    color: rgba(14, 12, 54, 1);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sign-up-box-cn {
    margin-bottom: 10px;
}
.mbm4px {
    margin-bottom: 4px;
}
.mbm5px {
    margin-bottom: 5px;
}
.mbm5px-important {
    margin-bottom: 5px!important;
}
.mtm5px {
    margin-top: 5px;
}
.mt10px {
    margin-top: 10px;
}
.mt15px {
    margin-top: 15px;
}
.mt20px {
    margin-top: 20px;
}
.mt24px {
    margin-top: 24px;
}
.mt40px {
    margin-top: 40px;
}

.iti__flag-container {
    border: solid rgba(0, 0, 0, 0.15) 1px !important;
    width: 77px;
    margin-right: 8px;
    position: inherit;
    border-radius: 4px;
}

.prompt-bind-msg {
    font-family: FoxitOpenSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.title-create-pwd {
    font-family: FoxitOpenSans;
    font-size: 26px;
    font-weight: 700;
    line-height: 35.41px;
    letter-spacing: 0.01em;
    color: rgba(14, 12, 54, 1);
    width: 500px;
}
.signature-create-pwd {
    font-family: FoxitOpenSans;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: rgba(14, 12, 54, 1);
    width: 500px;
}
.bind-email-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}
.verify-tip {
    font-family: FoxitOpenSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.agree-TosPP {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.privacy-policy-text {
    color: #FF6E00 !important;
    text-decoration: underline;
    cursor: pointer;
}
.terms-use-text {
    color: #FF6E00 !important;
    text-decoration: underline;
    cursor: pointer;
}
.custom-tooltip {
    position: absolute;
    padding-bottom: 8px;
    left: -6px;
    top: -35px;
}
.custom-tooltip-arrow {
    position: absolute;
    display: block;
    width: 13.07106781px;
    height: 13.07106781px;
    overflow: hidden;
    background: transparent;
    pointer-events: none;
    left: 7px;
    bottom: -5.1px;
}
.custom-tooltip-arrow:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    background-color: rgba(0, 0, 0, .75);
    content: "";
    pointer-events: auto;
    -webkit-transform: translateY(-6.53553px) rotate(45deg);
    transform: translateY(-6.53553px) rotate(45deg);
}
.custom-tooltip-inner {
    padding: 4px 8px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    font-size: 12px;
    outline: none;
}
.verify-code-send-tip {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px 8px 16px;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    gap: 8px;
}
.bg-color-green {
    background-color: rgba(223, 246, 221, 1);
}
.bg-color-pink {
    background-color: rgba(246, 221, 221, 1);
}
.img-success-s {
    width: 16px;
    height: 16px;
    background-image: url(../images/success-s.png);
}
.img-fail-s {
    width: 16px;
    height: 16px;
    background-image: url(../images/fail-s.png);
}

.input-wrapper-password {
    position: relative;
}

.none-outline {
    outline: none;
}

.error-message {
    font-family: FoxitOpenSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.bem-left {
    height: 560px;
}
.bem-skip-form {
    position: absolute;
    bottom: 10px;
    padding: 0 15px
}
.bind-email-mobile-tip {
    font-family: FoxitOpenSans;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: rgba(14, 12, 54, 1);
}
.bem-send-code-text {
    position: absolute;
    height: 32px;
    right: 10px;
    top: 30px;
    font-family: FoxitOpenSans;
    font-size: 14px;
    font-weight: 400;
    color: #FF6E00;
    background-color: transparent;
}
.bem-send-code-text-not-allow {
    position: absolute;
    height: 32px;
    right: 10px;
    top: 30px;
    font-family: FoxitOpenSans;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    background-color: transparent;
}

.bem-notshow-container {
    margin-bottom: 30px;
}

.bind-email-mobile-notshow-content {
    position: relative;
    margin-bottom: 10px;
}

.bind-email-mobile-skip-tip {
    font-family: FoxitOpenSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: rgba(66, 66, 66, 1);
}
.bind-email-forget-password-text {
    text-align:right;
}
.bem-not-show-text {
    font-family: FoxitBarlow;
    font-size: 14px;
    font-weight: 450;
}
.bem-not-now-text {
    font-family: FoxitOpenSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(14, 12, 54, 1);
}
.bem-skip-url {
    font-family: FoxitOpenSans;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 20px;
    cursor: pointer;
}
.bem-skip-btn {
    background: none;
    border: none;
    padding: 0 !important;
}
/** accessDeny ***/
.access-deny-title {
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(14, 12, 54, 1);
}
.access-deny-content {
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: rgba(14, 12, 54, 1);
}
.dms-tips {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(162, 54, 178, 0.1);
    padding: 8px 16px;
}
.dms-tips-text {
    font-family: FoxitOpenSans;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    color: rgba(14, 12, 54, 1);
}
.dms-tips-text-link {
    font-family: FoxitOpenSans;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-style: solid;
    color: rgba(92, 161, 255, 1);
}

/**********darkmode begin*********/
body[darkmode="1"] .f21 .img_feature {
    background: rgba(74, 74, 74, 1) !important;
}
body[darkmode="1"] .title-primary {
    color: rgba(234, 237, 239, 1) !important;
}
body[darkmode="1"] .title-step {
    color: rgba(234, 237, 239, 1) !important;
}
body[darkmode="1"] .field-name {
    color: rgba(234, 237, 239, 1) !important;
}
body[darkmode="1"] .f21 form input[type='checkbox']:checked + label:after {
    background: #F36B16;
    border-color: rgba(234, 237, 239, 1) !important;
}
body[darkmode="1"] .sso-login-butt {
    background-color: #FFFFFF;
    outline: unset;
}
body[darkmode="1"] .or-third-login::before {
    background-color: rgba(106, 106, 106, 1);
}
body[darkmode="1"] .or-third-login::after {
    background-color: rgba(106, 106, 106, 1);
}
body[darkmode="1"] .f21 .third-login,
body[darkmode="1"] .f21 .third-login-link,
body[darkmode="1"] .f21 .third-login-link-cpdf {
    background-color: #373737 !important;
}
body[darkmode="1"] .haven-account-content {
    color: rgba(234, 237, 239, 1) !important;
}
body[darkmode="1"] .right-bg {
    background-image: url("../images/css_sprite_2024_night_mode.svg");
}
body[darkmode="1"] .account-switch-container {
    background-color: #4a4a4a;
    box-shadow: 0 4px 8px 0 #000;
}
body[darkmode="1"] .account-switch-container .switch-box.click {
    background-color: #747474;
}
body[darkmode="1"] .account-switch-container .switch-box .switch-btn {
    color: #eaedef;
}
body[darkmode="1"] .account-switch-container .switch-box.click .switch-btn{
    color: #fff;
}
body[darkmode="1"] .right-bg-prompt-email {
    background-image: url("../images/night_mode/prompt_email.svg");
}
body[darkmode="1"] .right-bg-login-error {
    background-image: url("../images/night_mode/login_error.svg");
}
body[darkmode="1"] .title-create-pwd {
    color: rgba(227, 227, 227, 1) !important;
}
body[darkmode="1"] .signature-create-pwd {
    color: rgba(227, 227, 227, 1) !important;
}
body[darkmode="1"] .needs-meet-tip {
    color: rgba(227, 227, 227, 1) !important;
}
body[darkmode="1"] .password-condition {
    color: rgba(227, 227, 227, 1) !important;
}
body[darkmode="1"] .right-bg-country {
    background-image: url("../images/night_mode/country.svg");
}
body[darkmode="1"] .country-title {
    color: rgba(227, 227, 227, 1) !important;
}
body[darkmode="1"] .country-msg {
    color: rgba(227, 64, 54, 1);
}
body[darkmode="1"] .bind-note {
    color: rgba(227, 227, 227, 1) !important;
}
body[darkmode="1"] .right-bg-verify-user {
    background-image: url("../images/night_mode/verify_user.svg");
}
body[darkmode="1"] .verify-title {
    color: rgba(227, 227, 227, 1);
}
body[darkmode="1"] .verify-tip {
    color: rgba(227, 227, 227, 1);
}
body[darkmode="1"] .select-tip {
    color: rgba(227, 227, 227, 1);
}
body[darkmode="1"] .select-method {
    border: 1px solid rgba(122, 122, 122, 1);
}
body[darkmode="1"] .mfa-totp-bg {
    background-image: url("../images/night_mode/mfa-totp.png");
}
body[darkmode="1"] .mfa-email-bg {
    background-image: url("../images/night_mode/mfa-email.png");
}
body[darkmode="1"] .mfa-sms-bg {
    background-image: url("../images/night_mode/mfa-sms.png");
}
body[darkmode="1"] .mfa-support-text {
    color: rgba(189, 189, 189, 1);
}
body[darkmode="1"] .bind-email-mobile-tip {
    color: rgba(234, 237, 239, 1);
}
body[darkmode="1"] .bem-not-show-text {
    color: rgba(234, 237, 239, 1);
}
body[darkmode="1"] .bind-email-mobile-skip-tip {
    color: rgba(227, 227, 227, 1);
}
body[darkmode="1"] .bem-not-now-text {
    color: rgba(234, 237, 239, 1);
}
body[darkmode="1"] .dms-tips {
    background-color: rgba(57, 36, 63, 1);
}
body[darkmode="1"] .dms-tips-text {
    color: rgba(234, 234, 234, 1);
}

/***** HTML dir="rtl" *****/
[dir="rtl"] .title-step {
    text-align: right !important;
    margin-left: unset !important;
    margin-right: 8px;
}
[dir="rtl"] .text-forget-password {
    text-align: left !important;
}
[dir="rtl"] .text-remember-me {
    text-align: right !important;
}
[dir="rtl"] .col-lg-6 {
    float:right;
}
[dir="rtl"] .col-md-6 {
    float:right;
}
[dir="rtl"] .col-sm-6 {
    float: right;
}
[dir="rtl"] .sso-login-text {
    text-align: right;
    margin-left: unset;
    margin-right: 6px;
}
[dir="rtl"] .sign-up-content {
    margin-left: unset;
    margin-right: 5px;
}
[dir="rtl"] .right-bg-country {
    margin-left: unset;
    margin-right: 20px;
}
[dir="rtl"] .custom-tooltip {
    left: unset;
    right: -6px;
}
[dir="rtl"] .custom-tooltip-arrow {
    left: unset;
    right: 7px;
}
[dir="rtl"] .bem-send-code-text {
    right: unset;
    left: 10px;
}
[dir="rtl"] .bem-send-code-text-not-allow {
    right: unset;
    left: 10px;
}
[dir="rtl"] .bind-email-forget-password-text {
    text-align:left;
}