
html, body{
    padding-top: 0px !important;
}
.sidebar-toggle{
    display: none !important;
}
.navbar-fixed-top, .navbar-fixed-bottom{
    position: relative !important;
}
#content{
    min-height: inherit;
}
.btn.disabled, .btn[disabled], 
fieldset[disabled] .btn{
    cursor: not-allowed!important;
}
a.text-primary, a.text-primary:hover,
a.text-primary:active, a.text-primary:focus{
    color: #000 !important;
    text-decoration: underline;
}
.headerBoxTwo{
    display: none;
}
#logo{
    margin-bottom: 0 !important;
}
.headerRightBox{
    display: none;
}
.projectStartArea{
    display: none;
}
.footerTopArea{
    display: none;
}
#footerArea.login-footer,
.footerCopyArea.login-footer {
    background: #FAFBFC;
}
#footerArea.login-footer .footerCopyright {
    border-top: 0;
    font-weight: 400;
    padding: 30px 0;
}
#headerArea.signUpHeader {
    display: block;
}
#headerArea.signUpHeader .headerRightBox {
    display: block;
}
/* ====  ==== */
label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #292A2E;
    margin-bottom: 4px;
}
.hasError label,
.hasError label.control-label,
.required.hasError label:after,
.required.hasError label.control-label:after,
.has-error label.control-label,
.required.has-error label.control-label:after{
    color: #AE2A19;
}
.required.has-error label.control-label::after{
    color: #AE2A19;
}
#account-login{
    background-color: #fff;
}
.master-card-wrapper{
    background-color: #FFFFFF;
}
.master-card-login-section{
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 174px;
    padding-bottom: 145.82px;
    min-height: calc(100vh - 175px);
}
.accountFormBox{
    max-width: 568px;
    width: 100%;
}
.login-section{
    max-width: 100%;
    width: 100%;
}
.login-wrapper{
    min-height: 100%;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.login-main-block{
    width: 100%;
    text-align: center;
}
.accountFormBox .form-login {
    margin-top: 44px;
}
.accountFormHead h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #292A2E;
    text-transform: capitalize;
}
.accountFormHead h2{
    margin-top: 14px;
    font-size: 16px;
    line-height: 16px;
    color: #292A2E;
    font-weight: 600;
}
.accountFormBox .login-form{
    padding-right: 0;
    text-align: left;
    margin-top: 0;
    max-width: inherit;
    margin: 0;
}
.accountFormBox .login-form label{
    text-transform: capitalize;
}
.accountFormBox .accountFormText{
    margin-bottom: 20px;
}
.accountFormBox .accountFormText p {
    font-size: 14px;
    line-height: 24px;
    color: #141413;
    font-weight: 400;
}
.warn_text .warn_msg_err .fa,
.form-login .warn_text .warn_msg_err label{
    color: #D7373C;
}
.warn_text .warn_msg_succ .fa,
.form-login .warn_text .warn_msg_succ label{
    color: #8DB92E;
}
.warn_text b, 
.warn_text strong {
    font-weight: 600;
}
.accountFormBox .accountFormBtn {
    margin-top: 28px;
}
.accountFormBtn .themeBtn, 
.accountFormBtn .btn.themeBtn {
    padding: 8px 22px;
    line-height: inherit;
}
#account-register .checkbox .termsPopupBtn {
    font-size: 13px;
    line-height: 18px;
}
#account-register .submitBtnBox{
    margin-top: 8px;
}
.master-card-login-section .log-in-form-intro {
    text-align: left;
    margin-bottom: 40px;
}
.master-card-login-section .log-in-form-intro p, .forgot-password-section .log-in-form-intro p {
    color: #f8f8f8;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight:400;
}
.master-card-login-section .log-in-form-intro h1{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #292A2E;
}
.master-card-login-section .login-wrapper .login-form{
    text-align: left;
    max-width: 578px;
    margin: 0;
}
.master-card-login-section .login-wrapper .login-form form {
    margin-bottom: 0;
}
.login-main-block .hasError .form-control,
.login-main-block .has-error .form-control{
    border-color: #AE2A19;
}
.login-form .input-group{
    width: 100%;
}
.login-form .captchaRow {
    margin-right: -16px;
    margin-left: -16px;
    position: relative;
    padding-right: 36px;
}
#account-register .register-wrapper .captchaRow{
    padding-right: 0;
}
#account-register .register-wrapper .captcha-register #txtCaptcha {
    width: 99%;
}
#account-register .register-wrapper .captcha-register #captcha {
    width: 90% !important;
}
.login-form .captchaRow .captchaCol {
    padding-right: 16px;
    padding-left: 16px;
}
.login-form #captcha #code {
    border-radius: 3px;
    padding: 5px 16px;
    border: 2px solid rgba(9, 30, 66, 0.14);
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}
.login-form #code img {
    max-height: 30px;
}
.login-form #captcha .captchaIcon {
    background-color: transparent;
    top: 8px;
    position: absolute;
    right: 16px;
    height: 24px;
    width: 24px;
}
#footerArea.login-footer .themeContainer {
    padding: 0 65px;
}
.login-footer .footerCopyMenu ul li a,
.login-footer.footerLogin .footerCopyMenu ul li a{
    color: #101214;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}
#footerArea.login-footer .copyrightText p,
#footerArea.footerLogin .copyrightText p,
#footerArea.login-footer.footerLogin .copyrightText p{
    color: #101214;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.master-card-login-section .loginSubmitBtn {
    margin-top: 32px;
}
.master-card-login-section .login-btn{
    min-width: 104px;
    max-width: 180px;
}
.master-card-login-section .login-btn + .login-btn {
    margin-left: 24px;
}
.master-card-login-section .btn-signup {
    width: 100%;
    background: #000 !important;
    border: #000 !important;
    border-radius: 24px !important;
    min-width: 160px !important;
    color: #ffffff !important;
    font-size: 14px;
    padding: 10px;
    height: auto;
    font-weight: 600;
    margin-top: 6px;
    height: 40px;
    text-transform: capitalize;
    line-height: 22px;
    margin-left: 10px;
}
.login-section .form-group{
    margin-bottom: 16px;
}
.text-forget{
    color: #292A2E;
    font-size: 11px;
    line-height: 15.4px;
    margin-top: 6px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400;
}
.text-forget:hover,
.text-forget:focus{
    text-decoration: none;
    color: #505F79;
}
.login-form .alert-danger,
.login-form .alert-warning,
.login-form .alert-dismissible{
    padding-right: 30px;
    position: relative;
    margin-top: 0;
    margin-bottom: 24px;
}
.alert-dismissible .close{
    position: absolute;
    top: 10px;
    right: 10px;
}
.register-wrapper .alert-dismissible .close{
    padding: 0px;
}
.login-form .fa.fa-exclamation-circle{margin-right:4px}
/* ==== MFA Text ==== */
.mfa-page, .forgot-page{
    background-color: #bcbcbc;
}
.mfa-page p, .forgot-page p{
}
.mfa-page .master-card-login-section, 
.accountFormArea{
    background-color: #fff;
    background-size: cover;
}
.forgot-page .log-in-form-intro p,
.forgot-page .log-in-form-intro h1{
    color: #292A2E;
}
.forgot-page .log-in-form-intro h2{
    margin-top: 24px;
    font-size: 28px;
    line-height: 25px;
}
.mfa-page .login-section{
    max-width: calc(100% - 80px); 
    padding-right: 70px;
}
.mfa-activation-heading{
    color: #000 !important;
}
.mfa-qr .qr-text .form-control{
    color: #000;
}
.mfa-text{
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin-top: 0px;
}
.mfa-page .log-in-form-intro p.text-normal{
    text-transform: inherit;
    color: #000;
}
.mfa-page .login-form{
    max-width: 100%;
    margin: 0;
}
.mfa-qr{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.mfa-qr .qr-image{
    margin-right: 30px;
}
.qr-text .btn-primary, .qr-text .btn-primary:focus, .qr-text .btn-primary:active{
    width: 180px;
    height: 48px;
    background: #000 !important;
    border: #000 !important;
    border-radius: 8px !important;
    margin-left: 15px;
    font-size: 13px;
    line-height: 20px;
    box-shadow: none;
}
.qr-text .fa.fa-check-circle{
    margin-right: 5px;
}
.qr-text p{
    margin-bottom: 30px;
    color: #000;
}
.qr-text .qr-code-field{
    /* width: calc(100% - 180px); */
    width: 230px;
}
.qr-text .form-control{    
    padding: 0.7rem;
    height: 48px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.mfa-page .login-form .form-group label{
    color: #091E42;
}
.mfa-page .login-form .qr-text .form-group label{
    font-size: 13px !important;
    font-weight: 600;
    margin-bottom: 10px;
}
ol li{
    text-align: left;
}

.invalid_msg .msg_val{
    color: #D7373C !important;
    font-size: 12px;
}

.how-works{
    margin-top: 15px;
    font-weight: 600;
}

.how-mfa-popup{
    text-align: left;
}
.how-mfa-popup p{
    margin-bottom: 10px;
}
.how-mfa-popup .modal-header{
    margin-top: 4px;
}
.how-mfa-popup .modal-title{
    font-size: 25px;
    display: block;
    width: 100%;
    margin-top: 25px;
    font-weight: 600;
    color: #000;

}
.how-mfa-popup .modal-dialog{
    max-width: 1100px !important;
    width: 95% !important;
}
.how-mfa-popup::before{
    content: none !important;
}

/* ==== Register Page UI ==== */
#account-register.register-page{
    background-color: #fff;
}
.register-page #content{
    display: flex;
    height: 100%;
    min-height: calc(100vh - 212px);
    align-items: center;
}
.register-page .login-form{
    max-width: 926px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 0px;
}
.register-page .signup-heading{
    margin-bottom: 24px;
}
.register-page .signup-heading h1{
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #292A2E;
}
.register-page .req-field-text{
    font-size: 12px;
    line-height: 16px;
    color: #292A2E;
    font-weight: 600;
}
.register-wrapper .form-login {
    margin-top: 0px;
}
.register-page .login-form .form-group{
    margin-bottom: 16px;
}
.register-page label{
    text-transform: capitalize;
}
.register-page .login-form input::placeholder{
    text-transform: capitalize;
}
.formSubTitle{
    margin-bottom: 24px;
    margin-top: 8px;
    border-bottom: 1px solid #B7B9BE;
}
.register-page .multiSelectBtn{
    border-radius: 3px;
}
.multiSelectBtn .multiselect-selected-text{
    font-size: 14px;
}
.register-page .form-login .form-group{
    margin-bottom: 16px;
}
.register-page input[type="radio"], 
.register-page input[type="checkbox"]{
    height: inherit;
    margin-top: 0;
    transform: scale(1.2);
}
.register-page input[type='radio']:after {
    width: 14.5px;
    height: 14px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #EDEBEB;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000000;
}
.register-page input[type='radio']:checked:after {
    width: 14.5px;
    height: 14px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
    box-shadow: inset 0px 0px 0px 2px #ffffff;
}
.register-page .login-form .captchaRow {
    margin-right: -15px;
    margin-left: -15px;
}
.register-page .login-form .captchaRow .captchaCol{
    padding-right: 15px;
    padding-left: 15px;
}
.register-page .captcha-register #captcha .captchaIcon {
    position: absolute;
    top: 6px;
    right: 10px;
}
.register-page p.req-field-text .required_asterisk {
    color: #AE2A19;
}
.register-page .captchaRow .captchaCol {
 position: relative;
}
/* === sso text UI ==== */
.alert .fa.fa-exclamation-circle{
    margin-right: 5px;
}
.alertInfoMessage{
    display: none;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-top: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}
.alertInfoMessage b, 
.alertInfoMessage strong {
    font-weight: 500;
}
.alertInfoMessage a{
    color: #000;
    text-decoration: underline;
}
.themeContainer {
    padding: 0 93px;
}
/* === to hide for login page and mfa page === */
.nav.navbar-nav{
    display: none;
}
/* ==== Login Responsive ==== */
@media only screen and (max-width:1200px) {
    .themeContainer,
    #headerArea.signUpHeader .themeContainer, 
    #common-success.accountSuccessArea .themeContainer{
        padding: 0 25px;
    }
    .master-card-login-section .themeContainer{
        padding: 0 40px;
    }
    .master-card-login-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .master-card-login-section .log-in-form-intro h1,
    .accountFormHead h1{
        font-size: 38px;
    }
    
    #footerArea.login-footer .themeContainer {
        padding: 0 25px;
    }
    .footerText{
        max-width: 90%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width:1024px){
    .master-card-login-section,
    .master-card-wrapper{
        min-height: -webkit-calc(100vh - 118px);
        min-height: -moz-calc(100vh - 118px);
        min-height: -o-calc(100vh - 118px);
        min-height: -ms-calc(100vh - 118px);
        min-height: calc(100vh - 118px);
    }
}

@media only screen and (max-width:991px) {
    #button-menu{
        display: none;
    }
    
    .register-wrapper #account .row {
        display: block;
    }
    .register-page .register-wrapper #account .row{
        display: flex;
    }
    .register-page .login-form {
        padding: 16px 0 32px;
    }
    .register-page .captchaRow {
        margin-right: 0;
        padding-right: 0px;
    }
}


@media (min-width: 768px) {
    #column-left.active + #content,
    #content + #footer {
        left: 0px;
        margin-left: 0 !important;
    }
}

@media only screen and (max-width:767.5px) {
    .themeContainer,
    #headerArea.signUpHeader .themeContainer, 
    #common-success.accountSuccessArea .themeContainer {
        padding: 0 5px;
    }
    .master-card-login-section .themeContainer {
        padding: 0 20px;
    }
    #headerArea,
    #headerArea.signUpHeader .headerInnerBox {
        min-height: 62px;
    }
    .master-card-login-section .login-wrapper .login-form {
        padding-right: 0;
    }
    .register-page #captcha #code {
        border-radius: 4px;
        padding: 5px 16px;
        border: 1px solid #96918B;
        font-size: 14px;
        height: 40px;
        line-height: 37px;
        background: #ffffff;
        transition: 0.4s ease;
        font-weight: 700;
    }
    
    #footerArea.login-footer .themeContainer {
        padding: 0 5px;
    }
    #footer{
        justify-content: center;
    }
    .login-footer .footerCopyMenu ul{
        margin-top: 0px;
    }
    .loginFooter .footerCopyMenu {
        display: block;
    }
     .login-footer .copyrightText p {
        text-align: left !important;
    }
    .footerText{
        text-align: center;
    }
    .login-form .d-flex{
        flex-direction:column;
        -webkit-box-direction:column;
            -webkit-flex-direction:column;
                -ms-flex-direction:column;
                    -moz-flex-direction:column;
    }
    .master-card-login-section .btn-signup{
        max-width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    
    .register-wrapper .form-login {
        margin-top: 24px;
    }
    
}

@media only screen and (max-width: 575.5px) {
    .register-page .captcha-register #captcha .captchaIcon {
        right: 0;
    }
    .master-card-login-section .loginSubmitBtn.d-sm-flex{
        display: -ms-flexbox!important;
        display: flex !important;
    }
    .master-card-login-section {
        padding-top: 16px;
        padding-bottom: 32px;
    }
    .register-page .btn-continue,
    .accountFormBtn .themeBtn, 
    .accountFormBtn .btn.themeBtn{
        width: 100%;
        max-width: 100%;
    }
    
    .qr-text .d-flex{
        flex-wrap: wrap;
    }
    .qr-text .btn-primary{
        margin-left: 0;
    }
    .how-mfa-popup{
        padding-left: 0 !important;
    }
    .master-card-login-section .log-in-form-intro h1,
    .accountFormHead h1{
        font-size: 32px;
        line-height: 38px;
    }
    .master-card-login-section{
        background-image: none;
    }
    .master-card-login-section .custContainer .login-wrapper{
        max-width: 100%;
    }
    .login-section{
        margin-left: 0px;
    }
    .mfa-page .login-section{
        padding-right: 0;
        margin-right: 0;
        max-width: 100%;
    }
    .qr-text .d-flex .form-control{
        margin-bottom: 15px;
    } 
    .login-form .captchaRow {
        padding-right: 0;
        display: block;
    }
    .login-form .captchaRow {
        margin-right: 0;
        margin-left: 0;
    }
    .login-form .captchaRow .captchaCol {
        padding-right: 0;
        padding-left: 0;
    }
    .login-form .captchaRow .captchaCol.captcha_border {
        position: relative;
        padding-right: 36px;
        margin-top: 16px;
    }
    .login-form #captcha .captchaIcon {
        right: 0;
    } 
}

@media (max-width:350px){
    .master-card-login-section .loginSubmitBtn.d-sm-flex {
        display: block !important;
    }
    .master-card-login-section .login-btn{
        max-width: 100%;
        width: 100%;
    }
    .master-card-login-section .login-btn + .login-btn {
        margin-left: 0;
        margin-top: 16px;
    }
}
