@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.sso-login-12345{
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.sso-login-12345 h1 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 60px;
}

.sso-login-12345#lean_overlay {
    position: fixed;
    z-index: 12000;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    background: #000;
    display: none;
}

.sso-login-12345.popupContainer {
    /* position: absolute; */
    width: 330px;
    top: 0;
    background: #FFF;
    overflow: auto;
    height: 100vh;
    display: block;
    position: fixed;
    opacity: 1;
    right: 0;
    overflow-y: auto;
}

.sso-login-12345#ast-modal {
    display: block;
    opacity: 1;
    z-index: 12001;
    right: 0;
    top: 0;
}

.sso-login-12345 #ast-24-login {
    display: block;
    cursor: pointer;
    width: fit-content;
    border: 1px solid gray;
    padding: 5px 10px;
    border-radius: 10px;
}

.sso-login-12345 .input-wrapper{
    width: 100%;
}

.sso-login-12345 .btn {
    background: #F4F4F2;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 20px;
}

.sso-login-12345 .btn_red {
    background: #E67716;
    color: #FFF;
    border:none;
    cursor: pointer;
    font-size: 16px;
    height: 44px;
}

.sso-login-12345 .btn:hover {
    background: #E4E4E2;
}

.sso-login-12345 .btn_red:hover {
    background: #c24412;
}

.sso-login-12345 a.btn {
    color: #666;
    text-align: center;
    text-decoration: none;
}

.sso-login-12345 a.btn_red {
    color: #FFF;
}

.sso-login-12345 .full_size_button{
    width: 100%;
    display: block;
}

.sso-login-12345 .one_half {
    width: 50%;
    display: block;
    float: left;
}

.sso-login-12345 .one_half.last {
    width: 45%;
    margin-left: 5%;
}

.sso-login-12345 .flex-container{
    display: flex;
    justify-content: space-between;
    gap:20px;
}

.sso-login-12345 .flex-container-item{
    width: 50%;
}

.sso-login-12345 .logoContainer{
    padding-top: 60px;
    text-align: center;
}

.sso-login-12345 .consent-box{
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.sso-login-12345 #agreeCheckbox{
    display: inline-block;
    width: fit-content;
    margin-right: 5px;
}

.sso-login-12345 #checkboxlabel{
    font-size: 9px;
    color: #000;
}

/* Popup Styles*/


.sso-login-12345 .popupHeader {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #E67716;
    position: relative;
    padding: 20px 30px;
    border-bottom: 1px solid #DDD;
    font-weight: bold;
}


.sso-login-12345 .popupHeader .modal_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 25px;
    background: #E67716;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.sso-login-12345 .popupHeader .modal_close:hover {
    background: #c24412;
}

.sso-login-12345 .popupBody {
    padding: 20px;
}

/* Social Login Form */

.sso-login-12345 .social_login .social_box {
    display: block;
    clear: both;
    padding: 10px 0;
    margin-bottom: 10px;
    /* background: #F4F4F2; */
    overflow: hidden;
    box-sizing: border-box;
}

.sso-login-12345 .social_login .icon {
    display: block;
    width: 10px;
    padding: 5px 10px;
    margin-right: 10px;
    float: left;
    color: #FFF;
    font-size: 16px;
    text-align: center;
}


.input-wrapper .box-label{
    display: inline-block;
    margin-bottom: 5px;
}

/* .sso-login-12345 .social_login .google .icon {
    background: #DD4B39;
} */

.sso-login-12345 .social_login .icon_title {
    display: block;
    padding: 5px 0;
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #777;
}

.sso-login-12345 .or-container{
    position: relative;
}


.sso-login-12345 .or:before,
.sso-login-12345 .or:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 1px;
  background-color: #E67716;
}

.sso-login-12345 .or:before {
  left: -15px;
}

.sso-login-12345 .or:after {
  right: -15px;
}

/* .sso-login-12345 .social_login .social_box:hover {
    background: #E4E4E2;
} */

.sso-login-12345 .centeredText {
    text-align: center;
    margin: 15px 0;
    clear: both;
    overflow: hidden;
    text-transform: uppercase;
}

.sso-login-12345 .action_btns {
    clear: both;
    overflow: hidden;
}

.sso-login-12345 .action_btns a {
    display: block;
}

.sso-login-12345 .helper-text{
    font-size: 12px;
    color: rgb(215, 14, 14);
    line-height: 14px;
    margin-top: 4px;
}


.sso-login-12345 .bold{
    font-weight: 600;
}

.sso-login-12345 .password-container{
    position: relative;
}

.sso-login-12345 .eye-toggle-button{
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 35px;
    color: #939393;
    height: 99%;
    max-height: 37.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 4px 4px 0;
}

.sso-login-12345 .mb-input{
    margin-bottom: 10px;
}

/* User Login Form */

.sso-login-12345 .user_login_email, .sso-login-12345 .user_login_number, .sso-login-12345 .forgot_password_flow, .sso-login-12345 .sso_user_register_flow,
.sso-login-12345 .sso_otp_flow, .sso-login-12345 .otp-email-box, .sso-login-12345 .otp_login_flow,.sso-login-12345 #error-display {
    display: none;
}

.sso-login-12345 #error-display{
    font-size: 14px;    
    color: rgb(215, 14, 14);
    font-weight: 600;
}

.sso-login-12345 .user_login label {
    display: block;
    margin-bottom: 5px;
}

.sso-login-12345 .resend-otp{
    background: none;
    border: none;
    padding: 0;
    margin-right: 8px;
    font-size: 12px;
    color: #5b9ae4;
    font-family: inherit;
}

.sso-login-12345 .resend-otp:hover{
    text-decoration: underline;
}

.sso-login-12345 .resend-otp:disabled{
    color: grey;
    cursor: not-allowed;
}



.sso-login-12345 .otp-timer-display{
    font-size: 12px;
    color: #000;
}

.sso-login-12345 input{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #DDD;
    color: #666;
    box-sizing: border-box;
}

.sso-login-12345 .user_login input[type="text"],
.sso-login-12345 .user_login input[type="email"],
.sso-login-12345 .user_login input[type="password"],
.sso-login-12345 .social_login input[type="text"] {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #DDD;
    color: #666;
    box-sizing: border-box;
}

.sso-login-12345 .user_login input[type="checkbox"] {
    float: left;
    margin-right: 5px;
}

.sso-login-12345 .user_login input[type="checkbox"]+label {
    float: left;
}

.sso-login-12345 .user_login .checkbox {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}

.sso-login-12345 .forgot_password {
    display: block;
    margin: 5px 0 10px;
    clear: both;
    font-size: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #E67716;
}

.sso-login-12345 .forgot_password:hover{
    text-decoration: underline;
}

.sso-login-12345 .generate-otp-login{
    font-size: 12px;
    color: #5b9ae4;
    margin-top: 2px;
    cursor: pointer;
}

.sso-login-12345 .generate-otp-login:hover{
    text-decoration: underline;
}

/* User Register Form */

.sso-login-12345 .user_register {
    display: none;
}


.sso-login-12345 .user_register label {
    display: block;
    margin-bottom: 5px;
}



.sso-login-12345 .user_register input[type="text"],
.sso-login-12345 .user_register input[type="email"],
.sso-login-12345 .user_register input[type="password"] {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #DDD;
    border-radius: 4px;
    color: #666;
}

.sso-login-12345 .user_register input[type="checkbox"] {
    float: left;
    margin-right: 5px;
}

.sso-login-12345 .user_register input[type="checkbox"]+label {
    float: left;
}

.sso-login-12345 .user_register .checkbox {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}

.sso-login-12345 #sso-login-password-field {
    display: none;
}

.sso-login-12345 #sso-generate-otp-login {
    display: none;
    text-align: right;
    text-decoration: underline;
    margin-bottom: 20px;
    cursor: pointer;
}

.sso-login-12345 .phone-input-container{
    display: flex;
    align-items: center;
    width: 100%;
}

.sso-login-12345 .phone-input-container-number{
    width: 15%;
}

.sso-login-12345 .phone-input-container-box{
    width: 85%;
}


.sso-login-12345 input[name="dob"] {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #DDD;
    border-radius: 4px;
    color: #666;
}

.sso-login-12345 select[name="occupation"], .sso-login-12345 select[name="gender"]{
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #DDD;
    border-radius: 4px;
    color: #666;
}


/* Otp Flow */

.sso-login-12345 .otp_flow {
    display: none;
    overflow: auto;
}

.sso-login-12345 .otp_flow label {
    display: block;
    margin-bottom: 5px;
}

.sso-login-12345 .otp_flow input[type="text"],
.sso-login-12345 .otp_flow input[type="email"],
.sso-login-12345 .otp_flow input[type="password"],
.sso-login-12345 .otp_flow input[type="number"] {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #DDD;
    color: #666;
}

.sso-login-12345 #otp_flow_mobile_number {
    text-align: center;
    font-size: 2vw;
}


.sso-login-12345 .header_title.box-label{
    color: #fff;
}

.sso-login-12345 .box-label{
    font-size: 14px;
    color:#000;
}

.sso-login-12345 .otp-display-label-box{
    color: grey;
}

.sso-login-12345-color-primary{
    color: #E67716;
    cursor: pointer;
}

.sso-login-12345-profile-picture-image{
    width: 20px;
    border-radius: 50%;
}

.sso-login-12345-profile-picture-initials{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    font-size: 8px;
    border:1px solid #000;
    display: flex;
    color: #000;
    background-color: #efefef;
    justify-content: center;
    align-self: center;
}

@media screen and (max-width: 650px) {
    .sso-login-12345.popupContainer{
        width: 330px !important;
    }

    .sso-login-12345 .flex-container{
        flex-direction: column;
    }

    .sso-login-12345 .flex-container-item{
        width: 100%;
    }
    
}
