* {
    letter-spacing: 0.4px;
}
.login-page-main-section{
    display: flex;
    justify-content: center;
    gap: 60px;
    width: 100%;
    /* flex-direction: column; */
    
} 
.banner-image-container {
    max-width: 645px;
    width: 100%;
    /* position: relative; */
}
.login-banner-img{
    max-width: 100%;
    position: absolute;
}
/* .ellipse-gradient{
    width: 975;
    height: 975;
    opacity: 0.2;
    top: -473px;
    left: 396px;

    background: linear-gradient(90deg, #0072FF 0%, #0497FE 100%);
    backdrop-filter: blur(500px)

} */
 .gradient-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  overflow: visible;
  top: 0;
  left: 0;

}

.gradient-circle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(396px, -473px);
  opacity: 20%;
  width: 975px;
  height: 975px;
  border-radius: 100%;
  background: linear-gradient(90deg, #0072FF 0%, #0497FE 100%);
  filter: blur(100px); /* use filter for blur instead of backdrop-filter */
  z-index: -1;
}



.signin_container,
.signup_container {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* background: url(/signin_modules/images/signin_bg.webp) no-repeat center center; */
    background-size: 100% 100%;
}

.signin_header_part {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    width: 100%;
}

.header_lft {
    height: auto;
    width: 200px;
}

.header_rht {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #cccccc;
}

.contact_link {
    color: #0497FE;
    font-weight: 500;
    text-decoration: none;
}

.contact_link:hover {
    text-decoration: underline;
}

.form_container {
    padding: 1px;
    border-radius: 17px;
    width: 100%;
    max-width: 510px;
    /* background: linear-gradient(180deg, #091F30 0%, rgba(0, 0, 0, 0) 100%); */
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    min-height: 512px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* .form_container::after {
    content: "";
    position: absolute;
    width: 100%;
    background: #c8e9ff1a;
    z-index: -1;
    inset: 0;
} */

:is(.auth_modal_popup, .onBoardOtp_container) :where(.form_container, .form_content)::after {
    content: none !important;
}

.signin_container button:disabled,
.signup_container button:disabled,
.onBoardOtp_container button:disabled {
    cursor: not-allowed;
    /* background-color: #1d4e5c; */
    background: #0496fe4d;
     /* #463DFF */

    color: #ffffffab;
    border: none;
    border-radius: 4px;
}

.form_content {
    position: relative;
    width: 100%;
    /* height: 100%; */
    /* background-color: #0f0f0f; */
    /* background: linear-gradient(180deg, rgba(13, 14, 13, 0.7) 0%, rgba(13, 13, 13, 0.7) 100%), linear-gradient(180deg, #091F30 0%, rgba(0, 0, 0, 0) 100%); */
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
linear-gradient(31.91deg, rgba(0, 255, 72, 0.1) 0%, rgba(4, 151, 254, 0.1) 99.29%);; */
    /* box-shadow: 0px 0px 64px 0px #0CFFFF08; */
    
    /* background: linear-gradient(180deg, #091F30 0%, rgba(0, 0, 0, 0) 100%); */
/* filter: drop-shadow(0px 0px 64px rgba(7, 19, 23, 0.2)); */
    
    
    box-shadow: 0px 0px 64px 0px #07131733;

    border-radius: 16px;
    overflow: hidden;
    padding: 42px 32px;
    z-index: 1;



    background: #091F30;
    background: -webkit-linear-gradient(180deg, rgba(9, 31, 48, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(180deg, rgba(9, 31, 48, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(9, 31, 48, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#091F30", endColorstr="#000000", GradientType=0);

    
}

.form_content::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    /* background-color: #2576AE; */
    background: linear-gradient(90deg, #0497FE 0%, #0AC9A7 100%);

    border-radius: 7141px;
    top: -250px;
    right: -200px;
    transform: rotate(47.453deg);
    filter: blur(200px);
    opacity: 0.5;
    z-index: -1;
}

.form_content::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #053EBA;
    border-radius: 7141px;
    bottom: -250px;
    left: -200px;
    transform: rotate(47.453deg);
    filter: blur(200px);
    opacity: 10%;
    z-index: -1;
}

.top_glow_curve {
    position: absolute;
    top: -10px;
    left: -30px;
    right: -30px;
    height: 65px;
    background: #2bc3d530;
    filter: blur(30px);
    z-index: 1;
    border-radius: 50%;
    transform: scaleX(1.2);
}

.top_glow_radial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: radial-gradient(ellipse at center top,
            rgb(42 190 209 / 96%) 30%,
            rgba(42, 190, 209, 0) 70%);
    z-index: 1;
    filter: blur(5px);
}

.inner_shadow {
    position: absolute;
    inset: 0;
    border-radius: 10px;
    /* box-shadow: inset 0 0 12px rgba(21, 77, 83, 0.24); */
    background: #0D0E0D;
    background: -webkit-linear-gradient(0deg, rgba(13, 14, 13, 1) 0%, rgba(13, 13, 13, 0) 100%);
    background: -moz-linear-gradient(0deg, rgba(13, 14, 13, 1) 0%, rgba(13, 13, 13, 0) 100%);
    background: linear-gradient(0deg, rgba(13, 14, 13, 1) 0%, rgba(13, 13, 13, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0D0D0D", endColorstr="#0D0E0D", GradientType=0);
    pointer-events: none;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.card_head_txt {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: center;
}

.card_subtitle,
.password_format_label {
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary-text);
    text-align: center;
    margin-bottom: 40px;
    line-height: 150%;
}

:is(.auth_modal_popup, .signin_container, .signup_container, .onBoardOtp_container, .otp_phone_mail_popup) .form_group {
    position: relative;
    margin-bottom: 26px;
}

.form_label {
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
    color: var(--form-label-text);
}

.form_input {
    width: 100%;
    outline: none;
    background-color: #FFFFFF08;
    border: transparent;
    border: 1px solid #34455C;
    
    border-radius: 8px;
    padding: 12px 15px;
    color: #ffffff;
    font-size: 14px;
    transition: border-color 0.3s;
}

.form_input:focus,
.form_input:hover {
      border: 1px solid var(--input-focus-bg);
    box-shadow: 0 0 2px 1px var(--input-focus-bg);
    outline: none;
}

input[type="email"]::placeholder,
input[type="password"]::placeholder {
    color: #6C7380;
}

.form_options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.remember_me_txt {
    display: flex;
    align-items: center;
}

.remember_me_txt input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: rgba(30, 30, 30, 0.7);
    border: 1px solid #333333;
    border-radius: 3px;
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}

.remember_me_txt input[type="checkbox"]:checked {
    background-color: var(--primary-active-text);
    border-color: var(--primary-active-text);
}

.remember_me_txt input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 8px;
    height: 14px;
    border: solid #333333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.remember_me_txt .form_label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    cursor: pointer;
}

.forgot_link_txt {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-active-text);
    text-decoration: none;
}

.forgot_link_txt:hover {
    text-decoration: underline;
}

.forgot_form_container .form_group {
    margin-bottom: 40px;
}

.form_notes_bottom {
    font-size: var(--fs-14);
    font-weight: var(--fw-500);
    color: var(--secondary-text);
    margin-bottom: 25px;
    line-height: 1.5;
    /* text-align: center; */
    /* margin-top: -5px; */
}

.form_notes_bottom p {
    font-weight: 400;
    /* font-style: italic; */
    /* font-size: 13px; */
    color: #9c9c9c;
    /* text-align: left; */
}

.password_sent .form_notes_bottom p {
    margin-top: 12px;
}

.form_notes_bottom a {
    color: #0497fe;

    text-decoration: none;
}

.form_notes_bottom a:hover {
    text-decoration: underline;
}

.btn-primary {
    width: 100%;
    /* background-color: var(--primary-active-text); */
    background: linear-gradient(90deg, #0497FE 1.72%, #463DFF 101.72%);

    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #0497fe;
}

.back_link_container {
    text-align: center;
    margin-top: 24px;
}

.back_link {
    color: #0497fe;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}

.back_link:hover {
    text-decoration: underline;
}

.forgot_success_icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.hidden {
    display: none;
}

.spinner {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.error-message {
    color: var(--color-failed);
    font-size: 13px;
    position: absolute;
    font-weight: 400;
    bottom: -20px;
}

.form_input_wrapper {
    position: relative;
}

.form_input_wrapper .form_input {
    padding-right: 40px;
}

.password-toggle {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("/signin_modules/images/eye-slash.svg") no-repeat center;
    background-size: 18px;
    cursor: pointer;
    opacity: 0.6;
    filter: invert(1);
    padding: 20px;
}

.password-toggle.active,
.password-toggle.show{
    background: url("/signin_modules/images/eye.svg") no-repeat center;
    opacity: 1;
    background-size: 18px;
    cursor: pointer;
    opacity: 0.6;
    filter: invert(1);
    padding: 20px;
    position: absolute;
    right: 0px;
    top: 45%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}

.input-error {
    border-color: #ff4d4d !important;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* signup styles  */

.or_text {
    font-size: 16px;
    font-weight: 500;
    color: #9c9c9c;
    text-align: center;
    margin: 20px 0;
}

.onBoardOtp_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

:is(.auth_modal_popup, .signup_container, .onBoardOtp_container) .google_btn {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    box-shadow: inset 0 0 12px rgba(21, 77, 83, 0.24);
    border: 1px solid #505050;
    border-radius: 50px;
    padding: 10px;
}

:is(.auth_modal_popup, .signup_container, .onBoardOtp_container,) .form_notes_bottom {
    margin-block: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 10px; */
}

:is(.auth_modal_popup, .signup_container, .onBoardOtp_container, .otp_phone_mail_popup) .otp_inputs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    position: relative;
}

:is(.auth_modal_popup) .otp-input {
    gap: 16px;

}

:is(.auth_modal_popup, .signup_container, .onBoardOtp_container, .otp_phone_mail_popup) .otp_inputs .otp-input {
    width: 50px;
    height: 50px;
    background-color: var(--input-bg-color, #FFFFFF08);
    border: transparent;
    border: 1px solid var(--default-border-color);
    border-radius: 8px;
    padding: 12px 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.otp--valid{
border-bottom: 1px solid var(--status-verified) !important;
}
.otp--invalid{
    border-bottom: 1px solid var(--status-rejected) !important;
}

:is(.auth_modal_popup, .otp_phone_mail_popup) .otp_inputs .otp-input {
    width: 71px;
    height: 60px;
}
:is(.auth_modal_popup, .otp_phone_mail_popup) .otp_inputs {
    gap: 12px;
}

:is(.auth_modal_popup, .signup_container, .onBoardOtp_container) .btn-primary {
    margin-top: 15px;
}

:is(.auth_modal_popup, .signup_container, .onBoardOtp_container) .back_to_sign {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: max-content;
    margin: 30px auto 0px;
}

:is(.auth_modal_popup, .signup_container, .onBoardOtp_container) .back_to_sign p {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #9c9c9c;
}

:is(.auth_modal_popup, .signup_container, .onBoardOtp_container) .back_to_sign .arrow_icon {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(/signin_modules/images/prev_page_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

:is(.auth_modal_popup, .signup_container, .onBoardOtp_container) .password_formats {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

:is(.auth_modal_popup, .signup_container, .onBoardOtp_container) .password_formats ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
}

:is(.auth_modal_popup, .signup_container, .onBoardOtp_container) .password_formats .password_format_label {
    background: url(/signin_modules/images/password_disable.png) no-repeat;
    background-size: 15px;
    padding-left: 25px;
    background-position: left 4px;
    margin: unset;
    text-align: left;
}

:is(.auth_modal_popup, .signup_container, .onBoardOtp_container) .password_formats .password_format_label.active {
    background: url(/signin_modules/images/password_enabled.png) no-repeat;
    background-size: 15px;
    background-position: left 4px;
}

.otp_inputs .error-message {
    bottom: -25px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
select:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
    -webkit-appearance: none !important;
    appearance: none !important;
    background-color: #0496fe17 !important;
    /* -webkit-box-shadow: 0 0 0 1000px #0496fe17 inset !important; */
    -webkit-text-fill-color: #ffffff !important;
    caret-color: #fff !important;
    transition: background-color 100000s ease-in-out 0s !important;
    border: 1px solid var(--input-focus-bg);
    box-shadow: 0 0 2px 1px var(--input-focus-bg);
    outline: none;
}

.otp_inputs{
 display: flex;
 align-items: center;
 gap:10px;
 justify-content:space-between;
}

.twofaOtpVerifyForm .otp_inputs .otp-input{ 
    background-color: rgba(30, 30, 30, 0.7);
    border: transparent;
    border-bottom: 1px solid #505050;
    border-radius: 4px;
    padding: 12px 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    height: 64px;
    width: 58px;
}
/* .form_input{
    height: 64px;
} */


.login-cnt-head{
    font-weight: 700;
    font-size: 34px;
    line-height: 49px;
    text-align: center;
    color: var(--onboard-primary-text);

}

.login-cnt-para{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: var(--secondary-text);

}
.login-privacy{
    font-weight: var(--fw-500);
    font-size: var(--fs-14);
    max-width: 486px;
    width: 100%;
    text-wrap: balance;
    padding-inline: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.login-privacy a{
    color: var(--primary-active-text);
}
