/* static/css/components/auth.css */
.login-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 2.5rem;
    background: var(--bg-white);
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.login-form .form-group {
    margin-bottom: 1.5rem;
}

.error-text {
    color: var(--primary-color);
    margin-top: 1rem;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: center;
}