.auth-alert {
    padding: 12px 16px;
    border-radius: 12px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.auth-alert.success {
    background: #eaf8ee;
    color: #1d7f3f;
    border: 1px solid #bfe5c9;
}

.auth-alert.error {
    background: #fff1f3;
    color: #c4475f;
    border: 1px solid #f2c6cf;
}