.right-box {
    position: relative;
    background-image: linear-gradient(to right top, #a4bbff, #8cacf8, #739df0, #548fe9, #2681e1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.right-box .vector1 {
    position: absolute;
    top: 0;
    right: 0;
}

.right-box .vector2 {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.right-box .vector3 {
    position: absolute;
    bottom: 200px;
    left: 50px;
}

.right-box .title {
    font-weight: 700;
    font-size: 40px;
    color: #F4F6F3;
    margin-bottom: 20px;
    text-align: center;
}

.right-box .description {
    font-weight: 400;
    font-size: 20px;
    color: #F4F6F3;
    text-align: center;
}

.left-box {
    position: relative;
    padding: 30px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-box .logo-box {
    position: absolute;
    left: 50px;
    top: 30px;
    max-width: 130px;
}

.left-box form {
    width: 80%;
}

.left-box form .title {
    color: #12374D;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}

.left-box form .form-label {
    color: #616161;
    font-weight: 700;
    font-size: 12px;
}

.left-box form .form-control {
    box-shadow: 0px 4px 20px 0px #85BC4126 !important;
    border: 1px solid #E0E0E0;
    background: #FFFFFF !important;
    direction: rtl;
}

.left-box form .form-control:-webkit-autofill,
.left-box form .form-control:-webkit-autofill:hover,
.left-box form .form-control:-webkit-autofill:focus {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

.left-box form .form-check .form-check-input {
    border: 2px solid #4B5744;
    width: 20px;
    height: 20px;
    box-shadow: none;
}

.left-box form .form-check .form-check-input:checked {
    border: 2px solid #2681E1;
    background-color: #2681E1;
    box-shadow: none;
}

.left-box form .form-check .form-check-label {
    font-weight: 700;
    font-size: 14px;
    color: #8E8E93;
    line-height: 1.5;
}

.left-box form .custom-btn-primary {
    background-color: #2681E1;
    height: 56px;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0px 0px 12px 0px #0000001F;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}

.left-top-vector {
    position: absolute;
    top: 0;
    left: 0;
}

.center-bottom-vector {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.right-top-vector {
    position: absolute;
    top: 0;
    right: 0;
}
.card {
    width: 450px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 1px 1px -1px;
}
.card .card-body {
    box-shadow: none;
}
.card form {
    width: 100%;
}
.left-box form .title  {
    color: #12021E;
    font-size: 22px;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 40px;
}
.col-form-label {
    color: #12021E;
    font-size: 14px;
    margin-top: 0;
    padding-top: 0;
}
.left-box form .form-control {
    box-shadow: none !important;
    outline: none !important;
}
.left-box form .form-control {
    border: 1px solid #DEDEDE !important;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1;
}
.left-box form .form-check .form-check-label {
    color: #4A5565;
} 
.password-forget {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.password-forget a {
    color: #2681E1;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
.left-box form .custom-btn-primary  {
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    height: 50px;
}
.top-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
}
.top-logo h3.title {
    font-size: 16px;
    margin: 0;
}
.left-box form .form-control.is-invalid{
    
    border: 1px solid #dc3545 !important;
}
.password-input {
    position: relative;
}
.password-input .password-toggle {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.password-input .password-toggle.is-visible {
    transform: translateY(-50%) scaleX(-1);
}
.password-input .password-toggle .password-toggle-slash {
    opacity: 0;
}
.password-input .password-toggle.is-visible .password-toggle-slash {
    opacity: 1;
}
.auth-toggle {
    margin-top: 15px;
    display:flex;
    align-items: center;
    gap:10px;
    justify-content: center;
    font-size: 14px;
}
.auth-toggle span {
    color:#8E8E8E
}
.auth-toggle a {
    color:#2681E1;
}
.input-warpper {
    position: relative;
}
.input-warpper .icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
}
input[type="number"] + .icon {
    border-right: thin solid #EAEAEA;
    padding-right: 0.75rem;
}
.description {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.otp-methods {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.otp-methods .otp-method {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    flex:1;
    border-radius: 8px;
    border:1px solid #DEDEDE;
    height: 47px;
    cursor: pointer;
}
.otp-methods .otp-method span {
    color:#606060;
}
.otp-methods .otp-method.active {
    border-color:#2681E1;
    background: rgba(100,173,250,0.15);
}
.otp-methods .otp-method.active span {
    color:#2681E1;
}
.otp-methods .otp-method.active svg path {
    fill:#2681E1;
}
.otp-verify-form .title {
    margin-bottom: 8px;
}
.description span {
    color: #2681E1;
    font-weight: 600;

}
.otp-verify-inputs {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    width: 100%;
    direction: ltr;
    margin-bottom: 16px;
}
.otp-verify-card {
    max-width: 400px;
}
.otp-verify-input {
    width: 78px;
    height: 78px;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    background: #FFFFFF;
    text-align: center;
    color: #12021E;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    outline: none;
}
.otp-verify-input:focus {
    border-color: #2681E1;
    box-shadow: 0 0 0 2px rgba(38, 129, 225, 0.15);
}
.otp-verify-inputs.is-invalid .otp-verify-input {
    border-color: #FF2D55;
}
.otp-verify-error {
    color: #FF2D55;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: right;
}
.otp-resend-link {
    color: #2681E1;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    text-align: left;
    padding: 0px 12px;
}
.otp-resend-link:hover {
    color: #2681E1;
}
@media (max-width: 575.98px) {
    .left-box {
        flex-direction: column;
    }

    .left-box .logo-box {
        position: relative;
        left: unset;
        top: unset;
    }

    .left-box form {
        width: 100%;
    }

    .left-box form .title {
        text-align: center;
    }
    .otp-verify-input {
        width: 62px;
        height: 62px;
        font-size: 28px;
    }
    .otp-resend-link {
        font-size: 24px;
    }
    .reset-request-form .col-form-label,
    .change-password-form .col-form-label {
        font-size: 18px;
    }
    .reset-request-form .form-control,
    .change-password-form .form-control {
        height: 54px;
        border-radius: 14px;
        font-size: 20px;
    }
    .reset-request-form .custom-btn-primary,
    .change-password-form .custom-btn-primary {
        height: 54px;
        border-radius: 12px;
        font-size: 20px;
    }
}
