
/* login with otp starts */
body {
    position: relative;
}
.custom-login-separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.custom-login-separator::before,
.custom-login-separator::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.custom-login-separator:not(:empty)::before {
    margin-right: .75em;
}

.custom-login-separator:not(:empty)::after {
    margin-left: .75em;
}


.login-with-otp-container .input-field-content, .login-with-otp-container-desk-view .input-field-content {
    display: flex;
    margin-bottom: 10px;
}
.login-with-otp-container .input-field-content span.fas, .login-with-otp-container-desk-view .input-field-content span.fas {
    display: flex;
    width: 40px;
    height: 50px;
    background-color: #eee;
    color: #555;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 2px 0 0 2px;
}
.login-with-otp-container .input-field-content .input-field, .login-with-otp-container-desk-view .input-field-content .input-field {
    background-color: #fff;
    color: #777;
    height: 50px;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    border-left: 0 !important;
}
.login-with-otp-container .otp-step-third input, .login-with-otp-container-desk-view .otp-step-third input {
    border-radius: 2px;
}
.login-with-otp-container button.btn, .login-with-otp-container-desk-view button.btn {
    background-color: #b99078 !important;
    color: #fff !important;
    border-radius: 2px !important;
    border: 1px solid !important;
    text-transform: capitalize !important;
    font-family: 'bahnschrift' !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    height: 40px !important;
    padding: 0 !important;
    width: 100% !important;
    margin-top: 10px !important;
}
.login-with-otp-container .otp-center .inputfield, .login-with-otp-container-desk-view .otp-center .inputfield {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.login-with-otp-container .otp-center .input-otp, .login-with-otp-container-desk-view .otp-center .input-otp {
    width: 100%;
    max-width: 50px;
    background: #ffffff;
    text-align: center;
    border-radius: 2px;
    box-shadow: none;
    padding-bottom: 2px;
    width: 35px;
    height: 35px;
}
.login-with-otp-container {
    position: fixed;
    top: 0;
    left: 0;
    background: #0000008a;
    height: 100%;
    width: 100%;
    z-index: 999;
}
.login-with-otp-container .otp-form {
    position: absolute;
    top: calc(50% + 30px);
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 30px;
    width: 100%;
    max-width: 365px;
    border-radius: 2px;
}
.login-with-otp-container h4, .login-with-otp-container-desk-view h4 {
    margin-top: 0 !important;
}
.login-with-otp-container .otp-form .cancel-otp-btn, .login-with-otp-container-desk-view .otp-form .cancel-otp-btn {
    border: 1px solid #afafaf !important; 
    background: #fff !important;
    color: #333 !important; 
    margin-top: 10px;
}
.login-with-otp-container .button:hover, .login-with-otp-container-desk-view .button:hover {
    background: #fff !important;
    color: #b99078 !important;
}
.login-with-otp-container .otp-countdown, .login-with-otp-container-desk-view .otp-countdown {
    color: #b99078 !important;
    font-weight: 400 !important;
    text-align: end;
    font-size: 12px;
}
.login-with-otp-container .terms-condition, .login-with-otp-container-desk-view .terms-condition {
    margin-top: 15px;
    font-size: 12px;
    margin-bottom: 0;
}
.login-with-otp-container .loader-overlay {
    border-radius: 2px;
}
.login-with-otp-container-desk-view .loader-overlay {
    background: #fff !important;
}
.login-with-otp-container-desk-view {
    width: 100%;
    max-width: 450px;
    /* margin: 0 auto; */
}
.otp-form .otp-header p {
    font-family: "bahnschrift", sans-serif;
    font-weight: 100;
    color: #000000;
    font-size: 16px;
}
/* login with otp ends */
.otp-step-third .terms-condition {
    margin-top: 0;
}
.otp-step-third .login-skip-btn {
    color: #6C5C4D !important;
    font-family: "bahnschrift", Sans-serif;
    text-decoration: underline;
    font-size: 16px;
    display: block;
    width: 100%;
    max-width: 35px;
    padding: 0;
    margin: 0 auto;
    margin-top: 5px;
    border: none;
}
@media (max-width: 768px) { 
    .login-with-otp-container .otp-form {
        max-width: 350px;
    }
    .login-with-otp-container-desk-view {
        width: 100%;
        max-width: 100%;
    }
}
