.auth-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}

.auth-card {
    width: 100%;
    max-width: 400px;
    padding: var(--space-lg);
}

.auth-header {
    text-align: center;
    margin-bottom: var(--space-md);
}

.auth-title {
    font-size: 1.5rem;
    color: var(--primary);
}

.auth-alert {
    margin-bottom: var(--space-md);
    width: 100%;
    justify-content: center;
    padding: 0.75rem;
    white-space: normal;
    line-height: 1.5;
    text-align: center;
}

.auth-form-footer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.auth-submit-wrapper {
    margin-top: var(--space-md);
}