
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;
}
#captcha .captchaIcon {
  background-color: transparent !important;
  top: 7px;
}
a.text-primary, a.text-primary:hover, a.text-primary:active, a.text-primary:focus{
    color: #000 !important;
    text-decoration: underline;
}
@media (min-width: 768px) {
    #column-left.active + #content,
    #content + #footer {
        left: 0px;
        margin-left: 0 !important;
    }
}
/* #header{
    display: none;
} */

/* ==== Hiden Element ==== */
/* #footerArea{
    display: none;
} */
#headerArea{
    min-height: 104px;
    /* display: flex; */
    align-items: center;
    background-color: #fff;
}
.headerBoxTwo{
    display: none;
}
#logo{
    margin-bottom: 0 !important;
}
.headerRightBox{
    display: none;
}
.projectStartArea{
    display: none;
}
.footerTopArea{
    display: none;
}
#footerArea .footerCopyright{
    border-top: 0;
    font-weight:400;
}
#headerArea.signUpHeader {
    display: block;
    background-color: #000000;
}
#headerArea.signUpHeader .headerBox{
    background-color: #000000;
}
#headerArea.signUpHeader .headerInnerBox {
    min-height: 104px;
}
#headerArea.signUpHeader .headerRightBox {
    display: block;
}
/* ====  ==== */
label {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
    font-family: 'Uber Move Text', sans-serif !important;
}
.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: #000;
}
.required.has-error label.control-label::after{
    color: #F00;
}
#account-login{
    background-color: #fff;
}
#account-forgotten{
    background-color: transparent!important;
    background-image: url(../../../image/loginbg_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:25%;
    /* min-height: 640px; */
    /* height: calc(100vh - 110px); */
}
.master-card-wrapper{
    background-color: #3d3d3d;
    /* height: 100vh; */
    min-height: calc(100vh - 208px);
}
#account-forgotten .master-card-login-section{background-color: transparent;}
.master-card-login-section{
    background-color: #fff;
    /* background-image: url(../../../../shophub/image/mastercard/master-login-bg.png); */
    background-position: right;
    min-height: 510px;
    object-fit: cover;
    object-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 118px);
}
.custContainer.log_wrap_se{
    /* padding-top: 3%;
    padding-bottom: 3%; */
/*        width: 448px;*/
        margin: auto;
        margin-left: 10%;
        margin-right: 10%;
        font-family: 'Ubermove', sans-serif;
        padding: 108px 0;
}

#account-forgotten .custContainer.log_wrap_se {
    margin-left: 7%;
    margin-right: 7%;
    padding: 170px 0;
}
.accountFormBox{
    max-width: 568px;
    width: 100%;
}
.login-section{
    max-width: 100%;
    width: 100%;
}
/* .custContainer{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 108px;
    height: 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;
}
.accountFormPage .accountFormArea {
    min-height: -webkit-calc(100vh - 211px);
    min-height: -moz-calc(100vh - 211px);
    min-height: -o-calc(100vh - 211px);
    min-height: calc(100vh - 211px);
}
.accountFormPage .accountFormArea {
    padding: 68px 0 88px;
}
.accountFormBox .form-login {
    margin-top: 44px;
}
.accountFormHead h1 {
    color: #141413;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;
    font-weight:400;
}
.accountFormHead h2{
    margin-top: 24px;
    font-size: 28px;
    line-height: 25px;
    font-weight:400;
}
.accountFormBox .login-form{
    padding-right: 176px;
    text-align: left;
    margin-top: 27px;
    max-width: inherit;
    margin: 44px 0 0 0;
}
.accountFormBox .form-login .form-group {
    margin-bottom: 25px;
}
.accountFormBox .login-form .form-group label {
    font-size: 12px;
    line-height: 15px;
    color: #141413;
    font-weight: 400;
}
.accountFormBox .accountFormText{
    margin-bottom: 20px;
}
.accountFormBox .accountFormText p {
    font-size: 14px;
    line-height: 24px;
    color: #141413;
    font-weight: 400;
}
/*.form-login label, 
.form-register label, 
.form-account label, 
.form-password label, 
.form-address label {
    color: #141413;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    font-weight: 400;
    text-align: left;
}
.form-login .has-error .control-label{
    
}*/
.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;
}
.master-card-login-section .log-in-form-intro {
    text-align: left;
    margin-bottom: 2rem;
}
.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: 42px;
    line-height: 48px;
    font-weight: 500;
    color: #000;
}
#account-forgotten .log-in-form-intro h1{
    font-style: normal;
    font-weight: normal;
    line-height: 56px;
    margin-top:0;
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 30px;
    font-weight: 600; 
}
#account-forgotten label{color: #fff;}
#account-forgotten .master-card-login-section .login-btn{border: 1px solid #000;font-size: 14px;}
.master-card-login-section .login-wrapper .login-form{
    /* padding-right: 176px; */
    text-align: left;
    margin-top: 27px;
    max-width: 448px;
    margin: 0px 0 0 0;
}

.master-card-login-section .login-wrapper .login-form form {
    margin-bottom: 0;
}
.login-main-block .form-control::placeholder{
    font-size: 14px;
}
.login-main-block .form-control {
    border-radius: 4px;
    padding:6px 10px;
    border: 1px solid #C4C4C4;
    font-size: 14px;
    /* transition: 0.4s ease; */
    height: 37px;
    box-shadow: none;
    font-weight: 500;
}
.login-main-block .hasError .form-control,
.login-main-block .has-error .form-control{
    border-color: #86b7fe;
}
.login-form .input-group{
    width: 100%;
}
/*.login-form .form-group label{
    color: #ffffff;
    font-weight: 400;
}*/
.login-footer{background-color: #000!important;}
.login-footer .footerCopyMenu ul li a {
    color: #fff!important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    position: relative;
}
.login-footer .copyrightText p {
    color: #fff!important;
    text-align: right;
    font-size: 13px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height:16px!important;
}
.login-footer .footerCopyMenu ul li {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}
.login-footer .footerCopyMenu ul li:last-child{padding-right: 0;}
.master-card-login-section .login-btn{
    min-width: 260px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background: #000000;
    color: #fff;
    font-family: 'Uber Move Text', sans-serif;
}
.master-card-login-section .login-btn:focus,
.register-page .btn-continue:focus,
.master-card-login-section .login-btn:hover,
.register-page .btn-continue:hover {
    outline: 0;
    background: #333;
}
/* .master-card-login-section .login-btn:hover,
.register-page .btn-continue:hover{
    color: #ffffff;
    background: #852D01;
    border-color: #852D01;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
} */
/* .master-card-login-section .login-btn:focus,
.register-page .btn-continue:focus{
    color: #ffffff;
    background: #000;
    border-color: #000;
    outline: 2px auto #FFFFFF;
    outline-offset: -4px;
} */
.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: 550;
    margin-top: 6px;
    height: 40px;
    text-transform: capitalize;
    line-height: 22px;
    margin-left: 10px;
}
.login-section .form-group{
    margin-bottom: 16px;
}
.text-forget{
    color: #000;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 700;
}
.text-forget:hover,
.text-forget:focus{
    text-decoration: none;
    color: #000;
}
.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-image: url(../../../../shophub/image/mastercard/mfa-banner.jpg); */
    background-size: cover;
}
/*.forgot-page .login-form .form-group label{
    color: #141413;
    margin-bottom: 5px;
}*/
.forgot-page .log-in-form-intro p,
.forgot-page .log-in-form-intro h1{
    color: #141413;
}
.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::placeholder{
    font-family: 'Uber Move Text', sans-serif !important;
}
.qr-text .form-control{    
    padding: 0.7rem;
    height: 48px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.mfa-page .login-form .form-group label{
    color: #000;
}
.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: 932px;
    width: 100%;
    margin: 0 auto;
    padding: 86px 0px;
}
.register-page .signup-heading h1{
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    font-family: 'Uber Move', sans-serif !important;
}
.register-wrapper .form-login {
    margin-top: 0px;
}
.register-page .login-form .form-group{
    margin-bottom: 16px;
}
.register-page .required label:after{
    color: #000;
}
.register-page .login-form label {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
}
.register-page .req-field-text{
    font-size: 13px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-bottom: 14px;
    /* font-family: 'Uber Move', sans-serif; */
}
.formSubTitle{
    border-bottom: 1px solid #96918B;
    margin-bottom: 20px;
    margin-top: 20px;
}
.formSubTitle h4 {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 4px;
}
.register-page .form-control{
    height: 40px;
    font-size: 13px !important;
    border: 1px solid #96918B;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #141413;
    line-height: 18.2px;
}
.register-page .multiSelectBtn .multiselect-selected-text{
    font-size: 12px;
}
.multiSelectBtn .multiselect-selected-text{
    font-size: 13px !important;
    line-height: 18.2px !important;
    color: #000 !important;
    font-weight: 400 !important;
    font-family: 'Uber Move Text', sans-serif !important;
}
.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 .row{
    margin-left: -14px;
    margin-right: -14px;
}
.register-page .login-form .col-md-6, .register-page .login-form .col-sm-12{
    padding-left: 14px;
    padding-right: 14px;
}
.register-page .btn-continue, .register-page .btn-continue:hover, .register-page .btn-continue:focus, .register-page .btn-continue:active, .register-page .btn-continue:focus-visible {
    background: #000;
    border: #000;
    border-radius: 8px;
    min-width: 260px;
    color: #ffffff;
    font-size: 16px;
    padding:14px 24.08px;
    height: auto;
    font-weight: 500;
    height: auto;
    margin-top: 24px;
    line-height: 20px
}
.register-page .btn-continue:hover{
background:var(--Uber-Dark-Gray, #333)
}
.register-page .captcha-register #captcha .captchaIcon {
    position: absolute;
    top: 6px;
    right: 0;
}
.register-page .captchaRow .captchaCol {
 position: relative;
}
.register-page #captcha #code{
    height: 40px;
    border: 1px solid #96918B;
    
}
/* === 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;
}
/* ==== Login Responsive ==== */
@media only screen and (max-width:1440px) {
    .register-page .login-form{
        max-width: 808px;
    }
    #header .container-fluid{
        max-width: 90%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .footerText{
        max-width: 90%;
        padding-left: 30px;
        padding-right: 30px;
    }
}


@media only screen and (max-width:1200px) {
    .themeContainer,
    #headerArea.signUpHeader .themeContainer, 
    #common-success.accountSuccessArea .themeContainer{
        padding: 0 25px;
    }

    .custContainer {
        padding: 0 40px;
    }
    
    .custContainer.log_wrap_se {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    
    .master-card-login-section .log-in-form-intro h1,
    .accountFormHead h1{
        font-size: 38px;
    }
    .footerText{
        max-width: 90%;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width:1024px){
    .custContainer.log_wrap_se {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .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);
    }
    .accountFormPage .accountFormArea {
        padding: 56px 0;
    }
}
@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: 56px 20px 36px;
    }
    .register-page .captchaRow {
        margin-right: 0;
        padding-right: 0px;
    }
}
@media only screen and (max-width:767px) {
    .themeContainer,
    #headerArea.signUpHeader .themeContainer, 
    #common-success.accountSuccessArea .themeContainer {
        padding: 0 5px;
    }
    .custContainer {
        padding: 0 20px;
    }
    #headerArea,
    #headerArea.signUpHeader .headerInnerBox {
        min-height: 62px;
    }
    .master-card-login-section .login-wrapper .login-form {
        padding-right: 0;
    }

    .master-card-login-section .login-wrapper .login-form {
        padding-right: 100px;
        text-align: left;
        margin-top: 27px;
    }
    .master-card-login-section .login-btn,
    .register-page .btn-continue{
        width: 100%;
    }
    .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;
    }
    
    #footer{
        justify-content: center;
    }
    .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-page .signup-heading h1 {
        margin-bottom: 24px;
        font-size: 36px;
        line-height: 42px;
    }
    .register-wrapper .form-login {
        margin-top: 24px;
    }
    
}
@media only screen and (max-width:600px) {
    .master-card-login-section .log-in-form-intro h1,
    .accountFormHead h1{
        font-size: 28px;
        line-height: 30px;
    }
    .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%;
    }
    .master-card-login-section .login-wrapper .login-form,
    .accountFormBox .login-form{
        padding-right: 0px;
    }
    .qr-text .d-flex .form-control{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 565px) {
    .qr-text .d-flex{
        flex-wrap: wrap;
    }
    .qr-text .btn-primary{
        margin-left: 0;
    }
    .how-mfa-popup{
        padding-left: 0 !important;
    }

}
@media(max-width:767.5px){
    #footerArea.login-footer .footerCopyright.flexCenter{display: flex;}
    .login-footer .footerCopyMenu ul{margin-top: 0;}
}

@media(max-width:767px){
    .custContainer.log_wrap_se {
        margin-left: 0;
        margin-right: 0;
    }
    .login-footer .footerCopyMenu ul li:first-child, .login-footer .footerCopyMenu ul li.copyrightText{padding-left: 0;}
    .login-footer .footerCopyMenu ul{margin-top: 0px;}
.loginFooter .footerCopyMenu {
        display: block;
    }
 .login-footer .copyrightText p {
        text-align: left !important;
    }

}

@media(max-width:673.5px){
    .login-footer .footerCopyMenu ul {
        margin-top: 16px;
    }
    #footerArea.login-footer .footerCopyright.flexCenter{display:block;}
    .login-footer .footerCopyMenu ul li {
    padding-right: 15px;
    padding-left: 0;
	}
}
@media (max-width:600px) {
    .register-page .register-wrapper #account .row {
        display:block!important;
    }
    .register-page .register-wrapper #account .row .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* === to hide for login page and mfa page === */
.nav.navbar-nav{
    display: none;
}