
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: 90px;
    /* 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;
}
#headerArea.signUpHeader .headerBox {
    /* background-color: #000000; */
    width: 100%;
    height: 90px;
    background: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: -moz-space-between;
    justify-content: -ms-space-between;
    box-shadow: 0px 0px 4px #ddd;
}

#headerArea.signUpHeader .headerRightBox {
    display: block;
}
.headerRightBox.flexCenter{margin-top:0;}
/* ====  ==== */
label {
   
    color: #000000;
    font-family: "Work Sans Regular", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 12px !important;
    font-weight: 400;
}
.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: #f5f5f5;
}
#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: #f5f5f5;
    /* height: 100vh; */
/*    min-height: calc(100vh - 208px);*/
}
#account-forgotten .master-card-login-section{background-color: transparent;}
.master-card-login-section{
    background-color: #f5f5f5;
    /* 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: flex-start;
/*    min-height: calc(100vh - 118px);*/
}
.submitForm {
    background: #004990;
    color: #FFFFFF !important;
    font-family: "Work Sans SemiBold";
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    border: none;
    height: 60px;
}
.custContainer.log_wrap_se{
    /* padding-top: 3%;
    padding-bottom: 3%; */
/*        width: 448px;*/
        margin:0 auto;
        font-family: 'Ubermove', sans-serif;
        padding: 85px 0 0;
        max-width: 1137px;
}

#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;
}
#account-reset .login-main-block, #account-password .login-main-block{
    margin-top: 85px;
}
.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{
   text-align: left;
    color: #000000;
    font-family: "Work Sans Bold";
    font-size: 72px;
    letter-spacing: 0;
    line-height: 72px;
    margin: 0;
}
#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-reset .log-in-form-intro p, #account-password .log-in-form-intro p{
    font-weight: 400;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    box-sizing: border-box;
    font-family: 'Work Sans Medium', sans-serif;
    text-transform: unset;
    letter-spacing: 0;
}
.login-form .form-group label{display: block;}
#account-reset, #account-password{min-height:calc(100vh - 150px);}
.instruction h4{
    font-size: 18px;
    font-family: 'Work Sans Medium';
    color: #000;
    margin-bottom: 10px;
}
.instruction{margin-bottom: 71px;}
#account-reset .login-form form , #account-password .login-form form{
    margin: 40px 50px 15px 0;
}
.instruction ul{
    list-style: unset;
    padding-left: 20px;
}
#account-reset .login-wrapper , #account-password .login-wrapper {
    min-height: auto;
}
.warn_text label {
    font-size: 13px;
    margin-bottom: 5px !important;
    line-height: 20px;
}
.warn_text{margin-bottom:20px;}
#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: 100%;
    margin: 0px 0 0 0;
}

.master-card-login-section .login-wrapper .login-form form {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 40px 50px 50px 0;
}
.login-main-block .form-control::placeholder{
    font-size: 14px;
}
.login-main-block .form-control {
    width: 100%;
    border-radius: 0;
    height: 60px;
    border: none;
    outline: none;
    min-width: 100%;
}
.display-flex{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#loginForm .form-group input, #forgetForm_n .form-group input, #changePasswordForm .form-group input {
    width: 100%;
    border-radius: 0;
    height: 60px;
    border: none;
    outline: none;
    min-width: 100%;
    margin: 0;
}
input#submit_button_okta[disabled], input#submit_button[disabled] {
    background: #c4c4c4;
}
.submitForm {
    min-width: 206px !important;
    max-width: 206px;
}
.applicable-text {
    top: 0;
    bottom: 0;
    font-family: 'Work Sans Medium' !important;
    position: relative !important;
    padding-top: 15px !important;
    color: #ED2E31 !important;
    font-style: italic;
    font-size: 16px;
    line-height: 18px;
}
#loginForm .form-group.loginBtn:nth-last-of-type(1) {
    min-width: 300px;
    margin-right: 0
}
.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{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #f1f1f1 !important;
    padding: 0 50px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: -moz-space-between;
    justify-content: -ms-space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    position: relative;
    z-index: 999;
    width:100%;
}
.copy-text a {
    color: #000 !important;
    font-family: "Work Sans Medium";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
    text-align: right;
}
.loginFooter p.copyrightText {
    color: #fff;
    margin-left: 15px;
        font-size: 13px!important;
        font-style: normal!important;
        font-weight: 400!important;
        line-height: 16px!important;
    
}
.loginFooter .footerCopyMenu{
    display: flex;
    align-items: center;
}
.loginFooter .footerCopyMenu ul li:last-child{
    padding-right: 15px!important;
}
.login-footer .footerCopyMenu ul li a {
    color: #000!important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    position: relative;
}
.login-footer .copyrightText p {
    color: #000!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,.master-card-login-section .login-btn:focus,
.register-page .btn-continue:focus,.master-card-login-section .login-btn:hover
{
    background: #000;
    border: 1px solid #fff;
    border-radius: 5px;
    min-width: 206px;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 10px;
    font-family: inherit;
    font-weight: 400;
    height: 40px;
    /* margin-top: 0px; */
    line-height: inherit;
    cursor: pointer;
    margin: 16px 0;
    background: #004990;
    color: #FFFFFF !important;
    font-family: "Work Sans SemiBold";
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    border: none;
    height: 60px;
    border-radius: 0;
}
.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;
    width: 387px;
    margin-right: 2%;
}
.loginSubmitBtn.form-group {
    max-width: 206px !important;
}
.text-forget{
    color: #000;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 0;
    display: inline-block;
    color: #000000;
    font-family: "Work Sans Regular", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 12px !important;
    font-weight: 400;
    color: #000000;
    font-family: "Work Sans Regular";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    text-align: right;
    font-style: italic;
}
.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;
}
.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;
    font-weight:400;
}
.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: 808px;
    width: 100%;
    margin: 0 auto;
    padding: 68px 0px;
}
.register-page .signup-heading h1{
   color: #000000;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: left;
    font-family: "Work Sans Bold" !important;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 50px;
}
.register-page .login-form label {
    color: #000000;
    font-family: "Work Sans Regular", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 12px !important;
    text-transform: capitalize;
}
.register-page .login-form input::placeholder{
     text-transform: capitalize;
}
.register-wrapper .form-login {
    margin-top: 0px;
}
.register-page .req-field-text{
    color: #00519B;
    margin: 0px 0px 19.4444px;
    line-height: 1.5;
    font-size: 18px;
    font-style: italic;
    font-family: 'Work Sans Bold';
}
.formSubTitle {
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 4px;
    border-bottom: 0;
    padding-top: 48px;
}
.formSubTitle h4 {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: left;
    font-size: 26px;
    font-family: "Work Sans Bold";
    margin-bottom: 30px;
    margin-top: 0;
    color: #000000;
    padding-left: 0;
}
.register-page .form-control{
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    line-height: 18.2px;
    height: 60px;
    font-size: 16px;
    margin-bottom: 4px;
    border-radius: 0;
    line-height: 1.2;
    display: block;
    padding: 10px 18px;
    color: #000000;
    font-family: "Work Sans Medium", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}

.multiSelectBtn .multiselect-selected-text {
    font-size: 18px !important;
    line-height: 40px !important;
    color: #000 !important;
    font-family: 'Work Sans Regular', sans-serif !important;
    text-transform: capitalize;
}
.register-page .form-login .form-group{
    margin-bottom: 20px;
}

.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 {
    margin-top: 24px;
    line-height: 20px;
    background: #004990;
    color: #FFFFFF !important;
    font-family: 'Work Sans SemiBold' !important;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    border: none;
    height: 60px;
    max-width: 206px !important;
    min-width: 206px;
    border-radius: 0;
    float:right;
    text-transform: uppercase;
}
.register-page .btn-continue:hover{
background:#000;
}
.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;
}*/
.headerBox .themeContainer{
    padding:0;
    width:100%;
}
.btn.themeBtn.btn-login {
    background: #055199;
}
/* ==== 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:991.98px) {
    .master-card-login-section .log-in-form-intro h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .custContainer.log_wrap_se {
        padding-top: 108px;
        padding-bottom: 0px;
        max-width: 100%;
        width: 100%;
    }
    .themeContainer,
    #headerArea.signUpHeader .themeContainer, 
    #common-success.accountSuccessArea .themeContainer{
        padding: 0 34px;
    }

    .master-card-login-section,
    .master-card-wrapper{
        min-height: -webkit-calc(100vh - 248px);
        min-height: -moz-calc(100vh - 248px);
        min-height: -o-calc(100vh - 248px);
        min-height: -ms-calc(100vh - 248px);
        min-height: calc(100vh - 248px);
    }
    .accountFormPage .accountFormArea {
        padding: 56px 0;
    }

    #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;
    }
    .login-section .form-group {
    width: 50%;
    margin: 0;
    padding: 0 10px;
}
.loginSubmitBtn.form-group {
    max-width: 206px !important;
}
#loginForm .form-group.loginBtn:nth-last-of-type(1){
    margin-left: 20px !important;
}
.Shop_by_Logo .display-grid-flex > div {
        width: 20%;
        padding: 24px 12px 0px;
    }
    .login-footer{
        flex-wrap:wrap;
    }
    .footer-logo, .landing-footer {
    width: 50%;
    margin: 0;
}
ul.landing-footer {
        padding: 0;
        float: none;
        height: 36px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: -moz-flex-end;
        justify-content: -ms-flex-end;
    }
    .copy-text {
        float: none;
        text-align: left;
        width: 100%;
        display: inline-block;
        margin-top: 18px;
        margin-bottom: 6px;
    }
    .login-footer {
    padding: 18px 34px;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: -moz-space-between;
    justify-content: -ms-space-between;
    -webkit-justify-content: space-between;
}
.master-card-login-section .login-wrapper .login-form form{flex-wrap: wrap;}
}
@media only screen and (max-width:767.98px) {
    .headerBox #logo img {
        max-width: 181px !important;
        width: 181px !important
    }
    #headerArea .signUpLink a {
        padding: 0px;
        height: 60px;
        line-height: 60px;
        right: -5px;
    }
    .login-section .form-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    padding: 0px;
    
}
.loginSubmitBtn.form-group {
    max-width: 206px !important;
    margin-bottom: 0;
}
#loginForm .form-group.loginBtn:nth-last-of-type(1){
    margin-left: 0px !important;
}
    .signUpLink {
        width: 40%;
        position: absolute;
        right: 0;
        height: 60px;
        top: 0;
        text-align: center;
    }
    .signUpLink a {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        justify-content: -webkit-center;
        justify-content: -moz-center;
        justify-content: -ms-center;
        -webkit-justify-content: center;
    }
    .custContainer.log_wrap_se{
        padding-top:60px;
    }
    .master-card-login-section .log-in-form-intro h1 {
        font-size: 50px;
        line-height: 56px;
    }
    .themeContainer,
    #headerArea.signUpHeader .themeContainer, 
    #common-success.accountSuccessArea .themeContainer {
        padding: 0 5px;
    }
    .custContainer {
        padding: 0 20px;
    }
    #headerArea,
    #headerArea.signUpHeader .headerInnerBox {
        min-height: 60px;
        height: 60px;
    }
    #logo img {
    width: 181px;
    height: auto;
}
    .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;
    }
    .register-page .register-modal-btn-section{
        display: block;
    }
    .register-page .register-modal-btn-section .btnWhiteBg,
    .register-page .register-modal-btn-section .btn-continue{
        width: 100%;
    }
    .register-page  .register-modal-btn-section .btn-continue{
        max-width: 100% !important;
    }
    
    #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;
    }
    .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;
    }
    .footer-logo, .landing-footer {
        width: 100%;
    }
        ul.landing-footer {
        justify-content: flex-start;
        justify-content: -webkit-flex-start;
        justify-content: -moz-flex-start;
        justify-content: -ms-flex-start;
        padding: 0;
        height: auto;
        padding-top: 15px;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 25px;
    }
    .copy-text {
        margin-bottom: 0;
        padding-left: 25px;
        line-height: 23px;
    }
    #headerArea.signUpHeader .headerBox{height: 60px;}
}
@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: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;}
    .loginFooter .footerCopyMenu {
        display: block;
    }
    .loginFooter p.copyrightText {
        margin-left: 0px;
    }
    .loginFooter .footerCopyMenu ul li {
        padding-left: 0px;
    }
    .login-footer .copyrightText p {
        text-align: left !important;
    }
}

@media(max-width:673.5px){
    
}


@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;
}

#restricted-email .modal-footer{justify-content:center !important;}
#restricted-email .modal-footer .btn{
    padding: 6px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    background: #0B97D5 !important;
    color: #fff !important;
    line-height: 18px;
}
#restricted-email .modal-dialog{
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}
#restricted-email .modal-header h4{
    margin: 0;
    line-height: 1.42857143;
    font-size: 15px;
    font-family: 'Work Sans Medium', sans-serif;
    color: #444;
}
#restricted-email .modal-body p ,#restricted-email .modal-body p a{
    font-size: 13px;
    line-height: 20px;
    box-sizing: border-box;
    font-family: 'Work Sans Medium', sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
}
#restricted-email .modal-body p span{
    font-size: 13px !important;
}
#restricted-email .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6 !important;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
#restricted-email .modal-header button.close span{
    color:#000 !important;
}
#restricted-email .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: .75rem;
    border-top: 1px solid #dee2e6 !important;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
    background: transparent !important;
}
@media (min-width: 650px) {
    #restricted-email .modal-dialog {
        max-width: 600px !important;
        margin: 0 auto;
        width: 100% !important;
    }
}
