 
  @font-face {
    font-family: Inter;
    src: url(../inter-light.html);
    font-weight: 300;
    font-display: swap;
  }
  @font-face {
    font-family: Inter;
    src: url(../inter-regular.html);
    font-weight: 400;
    font-display: swap;
  }
  @font-face {
    font-family: Inter;
    src: url(../inter-medium.html);
    font-weight: 500;
    font-display: swap;
  }
  @font-face {
    font-family: Inter;
    src: url(../inter-semibold.html);
    font-weight: 600;
    font-display: swap;
  }
  @font-face {
    font-family: Inter;
    src: url(../inter-bold.html);
    font-weight: 700;
    font-display: swap;
  }
  body, *{
    font-family: Inter!important;
  }
  body{
    background: #F7F8FB;
  }
.footer{
    display: none;
}
.login .pageWrapper {
    width: 100%;
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: row;
    font-family: Poppins;
}

.left {
    max-width: 431px;
    flex: 0 0 448px;
    /* background: url('../../images/signup_bg.png'), radial-gradient(58.06% 58.06% at 50% 41.94%, #326BBC 0%, #0F3870 100%); */
    background: url('../webp/signup_bg.webp');
    /* opacity: .88; */
    position: relative;
    margin: 0 !important;
    padding: 56px 47px 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}

.divRight {
    width: 100%;
}

.logsLogo {
    text-align: center;
}

.tittle-Wraper {
    margin-bottom: 50px;
}
.tittle-Wraper h1,
.tittle-Wraper h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    /* identical to box height */
    color: #0F172A;
}
#register_form .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent!important;
}
.tittle-Wraper p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #64748B;
    margin-top: 17px;
    max-width: 637px;
}

.allForms {
    padding: 80px;
}

label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    display: block;
}
label.focused{
    color:#05ada3;
}
.inputGroup.signupGroup input:hover{
    border-color:#9fa4c5;
}

.flexInput {
    display: flex;
    column-gap: 66px;
    max-width: 623px;
}

.login .inputGroup {
    max-width: 331px;
    width: 100%;
}

.inputGroup input {
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 43px;
    color: #000;
    background: transparent;
    border: none;
    border-bottom: 1px solid #CDD1EE;
    width: 100%;
    outline: none;
    padding-bottom: 9px;
}

.inputGroup input:focus {
    border-bottom: 1px solid #05ada3;
}

.errorMsg {
    display: none;
    font-size: 14px;
    color: red;
    margin-top: 4px;
}

.inputGroup input::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 195.19%;
    color: #AAB7C4;
}


.inputGroup input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 195.19%;
    color: #AAB7C4;
}

.inputGroup input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 195.19%;
    color: #AAB7C4;
}

#login_form .inputGroup+.inputGroup,
.allForms .flexInput+.flexInput {
    margin-top: 45px;
}

.allForms .btnPrimary {
    padding: 18px 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    max-width: 331px;
    width: 100%;
    background: #05ada3;
    transition: all .35s ease;
    display: inline-block;
    border: none;
    position: relative;
    min-height: 34px;
    color: #fff;
    margin-top: 50px;
    transition: all ease .1s;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}

.allForms .getStarted {
    padding: 18px 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    max-width: 331px;
    width: 100%;
    background: #05ada3;
    transition: all .35s ease;
    border: none;
    position: relative;
    min-height: 34px;
    color: #fff;
    margin-top: 50px;
    transition: all ease .1s;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}

.allForms .btnPrimary {
    padding: 18px 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    max-width: 331px;
    width: 100%;
    background: #05ada3;
    transition: all .35s ease;
    display: inline-block;
    border: none;
    position: relative;
    min-height: 34px;
    color: #fff;
    margin-top: 50px;
    transition: all ease .1s;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}

.btnText {
    z-index: 2;
}

/* .btnPrimary::after {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    background: #05ada3;
    transition: all ease .1s;
    left: 0;
    top: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
} */

/* .btnPrimary:hover::after {
    width: 100%;
} */
.btnPrimary:hover {
    width: 100%;
    /* padding: 15px 0;
    border-radius: 8px; */
    background: linear-gradient(180deg, #7A8EFF 0%, #2F51FF 100%);
}
.btnPrimary:hover svg path {
    fill:#fff;
}

.loginRedirect {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 166.69%;
    text-align: justify;
    color: #858585;
    margin-top: 20px;
    max-width: 331px;
    width: 100%;
    text-align: center;

}

.loginModelButton {
    color: #05ada3;
    text-decoration: none;
}

.loginModelButton:hover {
    text-decoration: underline;
}
.ctaIcon{
    display: inline-flex;
    position: relative;
    top: 3px;
    left: 5px;
}
.cstm-m-12 {
    margin-top: 12px;
}
.allForms form {
    display: none;
}
form.active {
    display: block;
}
.inputGroup input.invalid ~ .errorMsg{
    display: block;
}
.inputGroup input.invalid {
    border-bottom: 1px solid red;
}

.newSecureMsg{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
}
.newSecureMsg span{
    font-size: 13px;
line-height: 195.19%;
color: #56A649;
}
.iti__selected-flag{
    padding-bottom: 9px;
}

.iti--separate-dial-code .iti__selected-dial-code{
    font-size: 22px;
    line-height: 43px;
    color: #000;
    font-weight: 700;
}

/* OTP Form */
.otpDiv{
padding: 17px 30px 27px;
background: #F3F5FB;
border: 1px solid #E2E8F0;
border-radius: 22px;
max-width: 568px;
}
.OTPHead{
    font-weight: 500;
font-size: 20px;
line-height: 195.19%;
color: #3F3F3F;
}
.allForms .otpDiv .btnPrimary{
    margin-top: 34px;
    width: 100%;
    max-width: unset;
}
.otpGroup{
    margin-top: 18px;
    display: flex;
    column-gap: 20px;
}
.otpEmail{
    padding-bottom: 25px;
    border-bottom: 1px solid #E1E5EF;
}
.otpMobile {
    padding-top: 25px;
    width: 100%;
}
.emailHead {
    display: flex;
    align-items: center;
    column-gap: 12px;
    flex-wrap: wrap;
}
p.sendAgainText {
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #64748B;
}

.phoneHead {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
a.sendAgain {
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #1D7AD9;
}
.otpGroup input{
    appearance: none;
    display: block;
    width: 67px;
    padding: 0 20px;
    height: 58px;
    font-size: 25px;
    line-height: 32px;
    outline: none;
    background: #FFFFFF;
    border: 0.724389px solid #DADCE0;
    border-radius: 4.2419px;
    text-align: left;
}
.otpGroup input::placeholder {
    text-align: center;
}
.otpGroup input::placeholder{
    color: #858585;
    font-size: 25px;
    line-height: 32px;
}
.otpActions{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 21px;
    max-width: 568px;
    width: 100%;
    justify-content: center;
}
.otpActions a{
    display: flex;
    align-items: center;
    gap: 9px;
}
.otpActions a span{
    font-size: 15px;
line-height: 19px;
color: #64748B;
}
.OTPHead span{
    color: #05ada3;
    font-weight: 500;
    font-size: 20px;
    line-height: 195.19%;
}
.otpGroup input.invalid {
    border-color: red;
}
.rightImg{
    position: fixed;
    right: 0;
    bottom: 0;
}
.secureMsgMobile{
    display: none;
}
.custom-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin-bottom: 25px;
    padding: 10px 15px;
    border-radius: 8px;
    text-transform: capitalize
}

.custom-alert-danger {
    color: #721c24;
    background-color: #f8d7da!important;
    border-color: #f5c6cb;
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 8px;
    text-transform: capitalize
}
#sendOtpAgain{
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #1D7AD9;
    cursor: pointer;
    display: none;
}
#otpMobile{
    display: none;
}
section.recoverMsg {

    position: fixed;
  
    width: 100%;
  
    height: 100%;
  
    top: 0;
  
    left: 0;
  
    z-index: 9;
  
    display: none;
  
  }
  
  .recoverOverlay{
  
    width: 100%;
  
    height: 100%;
  
    background: rgba(0,0,0,0.3);
  
    display: block;
  
    transition: all ease .1s;
  
  }
  
  .msgBox {
  
    position: absolute;
  
    top: 50%;
  
    left: 50%;
  
    transform: translate(-50%, -50%);
  
    padding: 16px 82px 50px;
  
    background: #fff;
  
    border-radius: 3px;
    max-width: 500px;
    width: 100%;
  
  }
  
  .msgBox p{
  
    font-size: 18px;
  
    line-height: 26px;
  
    color: #333638;
  
    text-align: center;
  
  }
  
  .msgBox button.getStarted{
  
    margin: 15px auto 0;
  
    max-width: 213px;
  
  }
  
  .forgetPassLogin h2.pageHead{
  
    max-width: 100%;
  
  }
  
  .allForms .showPassTxt {
  
    font-weight: 400;
  
    margin-left: 8px;
  
    font-size: 14px;
  
    line-height: 16px;
  
    color: #0F0F0F;
  
  }
  
  .login .flexInput div{
  
    max-width: 281px;
  
  }
  
  img.msgGif{
  
    display: block;
  
    margin: 0 auto;
  
    max-width: 140px;
  
    object-fit: contain;
  
    height: 140px;
  
    position: relative;
  
  }
  
  .gifBox{
  
    position: relative;
  
  }
  
  .gifBox::before{
  
    position: absolute;
  
    content: '';
  
    width: 70px;
  
    height: 70px;
  
    border-radius: 50%;
  
    background: #F9E52F;
  
    top: 35px;
  
    left: 50%;
    transform: translate(-50%, 0);
  
  }
  button.getStarted {
    display: block;
    padding: 14px 0;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    background: #05ada3;
    border-radius: 5px;
    width: 100%;
    border: none;
    margin: 30px 0 0;
    cursor: pointer;
}
.inputGroup input:focus, .inputGroup select:focus{
    border-top: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
}
@media (max-width:1169px) {
    .allForms {
        padding: 40px;
    }
}

@media (max-width:991px) {
    .login .pageWrapper {
        flex-direction: column;

    }

    .left {
        height: 60px;
        flex: unset;
        padding: 11px 15px 10px;
        max-width: 100%;
        background: #060606;
        border-bottom: 1px solid #DADCE0;
        box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.12);
        position: fixed;
        width: 100%;
        left: 0;
        opacity: 1;
        z-index: 11;
    }
    .allForms {
        padding: 120px 15px;
    }

}

@media (max-width:767px) {
    .tittle-Wraper h1, 
    .tittle-Wraper h2 {
        font-size: 28px;
        line-height: 120.2%;
    }

    .tittle-Wraper p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 159.7%;
        color: #3F3F3F;
        margin-top: 14px;
    }

    .tittle-Wraper {
        margin-bottom: 40px;
    }
    .logsLogo {
        text-align: left;
    }
    .logsLogo img{
        width: 211px;
        height: 39px;
    }
}
@media (max-width:575px) {
    .msgBox {
        max-width: calc(100% - 21px);
    }
.secureMsgMobile{
    display: block;
}
.secureMsgDesktop{
display: none;
}
    .otpGroup {
        justify-content: center;
    }
    .otpGroup input {
        width: 50px;
    }
    .otpGroup input {
        padding: 0 10px;
    }
    .emailHead {
        flex-direction: column;
    }
    .phoneHead {
        justify-content: center;
    }
    .tittle-Wraper p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 159.7%;
        color: #3F3F3F;
        margin-top: 14px;
    }

    .tittle-Wraper {
        margin-bottom: 40px;
    }
    .flexInput {
        display: flex;
        column-gap: 66px;
        flex-direction: column;
    }
    #login_form .inputGroup+.inputGroup, .allForms .flexInput+.flexInput {
        margin-top: 30px;
    }
    .flexInput .inputGroup + .inputGroup{
        margin-top:30px;
    }
    .inputGroup {
        max-width: 100%;
        width: 100%;
    }
    .iti.iti--allow-dropdown{
        width: 100%;
    }
    .allForms .btnPrimary {
        padding: 14px 25px;
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
        width: 100%;
        min-height: 34px;
        margin-top: 40px;
    }
    .otpDiv{
        padding: 20px 18px;
    }
    .OTPHead, .OTPHead span{
        font-size: 15px;
        line-height: 195.19%;
    }
    .otpGroup {
        margin-top: 10px;
    }
    .otpGroup input{
        height: 46px;
        font-size: 20px;
        line-height: 25px;
    }
    .otpGroup input::placeholder{
        font-size: 20px;
        line-height: 25px;
    }
    .allForms .otpDiv .btnPrimary{
        margin-top: 15px;
    }
    .otpActions{
        margin-top: 15px;
    }
    .otpActions a span{
        font-size: 14px;
        line-height: 18px;
    }
    .rightImg{
        display: none;
    }
    .loginRedirect{
        max-width: unset;
    }

}