.login-page {
    min-height: 100vh;
    background: #34495e;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.form-options {
    margin-bottom: 30px;
    text-align: right;
}

.forgot-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.3s;
}

.forgot-link:hover {
    color: white;
    text-decoration: underline;
}

.alert {
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .login-features {
        margin-bottom: 2rem;
    }

    .feature-item {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .login-form-card {
        padding: 1.5rem;
    }
}

@media (max-width: 992px) {
    .login-features {
        margin-bottom: 2rem;
    }
}
