.login-layout {
    background: #F5F5FA;
}

.login-brand-panel {
    width: 420px;
    min-width: 420px;
    background: linear-gradient(135deg, #0F0F2A 0%, #1A1A40 100%);
    overflow: hidden;
}

.login-brand-overlay {
    position: absolute;
    inset: 0;
    background:
            radial-gradient(ellipse 80% 60% at 20% 80%, rgba(53,53,232,.22) 0%, transparent 70%),
            radial-gradient(ellipse 60% 50% at 80% 20%, rgba(87,87,255,.12) 0%, transparent 70%);
    pointer-events: none;
}

.login-logo {
    max-height: 38px;
    width: auto;
}

.login-kicker {
    font-size: 10px;
    letter-spacing: .14em;
    color: rgba(255,255,255,.35);
}

.login-brand-title {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.03em;
    color: #fff;
}

.text-primary-emphasis-custom {
    color: rgba(87,87,255,.95);
}

.login-brand-text {
    max-width: 320px;
    font-size: 13.5px;
    line-height: 1.7;
    color: rgba(255,255,255,.45);
}

.login-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
}

.login-dot.active {
    background: #3535E8;
}

.login-form-panel {
    background: #F5F5FA;
}

.login-form-wrapper {
    max-width: 400px;
}

.login-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #0F0F2A;
}

.login-subtitle {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(15,15,42,.5);
}

.login-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: rgba(15,15,42,.45);
    margin-bottom: 6px;
}

.login-submit {
    border-radius: 999px;
    padding: 13px 24px;
    background: #3535E8;
    border-color: #3535E8;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 14px rgba(53,53,232,.35);
}

.login-submit:hover,
.login-submit:focus {
    background: #5757FF;
    border-color: #5757FF;
}

.login-secondary-btn {
    border-radius: 999px;
    padding: 11px 24px;
    font-size: 14px;
    border-color: rgba(30,30,80,.12);
    background: #fff;
    color: #0F0F2A;
}

.login-secondary-btn:hover,
.login-secondary-btn:focus {
    background: rgba(53,53,232,.04);
    border-color: #3535E8;
    color: #0F0F2A;
}

.login-inline-link,
.login-footer-link {
    color: #3535E8;
    font-size: 12px;
    font-weight: 500;
}

.login-divider-text,
.login-footer-text {
    font-size: 12px;
    color: rgba(15,15,42,.35);
}

.login-footer-text {
    font-size: 11px;
    color: rgba(15,15,42,.3);
}

.login-2fa-icon {
    width: 52px;
    height: 52px;
    background: rgba(53,53,232,.1);
    border: 1px solid rgba(53,53,232,.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3535E8;
}

.login-otp-input {
    width: 52px;
    height: 60px;
    border-radius: 12px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    border: 1.5px solid rgba(30,30,80,.15);
    background: #fff;
}

.login-otp-input:focus {
    border-color: #3535E8;
    box-shadow: 0 0 0 3px rgba(53,53,232,.12);
}

@media (max-width: 991.98px) {
    .login-form-wrapper {
        max-width: 100%;
    }
}