/* Custom styles for login page */

.login-page {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.login-card {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    border: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 420px;
    width: 100%;
}

.brand-logo {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
}

.brand-logo .ai {
    color: #6366f1;
}

.otp-input {
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.5rem;
    font-weight: 600;
}