.auth-section {
    min-height: 100vh;
    /* background: linear-gradient(135deg, #0d6efd, #198754); */
    margin-top: 60px;
    margin-bottom: 60px;
}

.auth-card input {
    border-radius: 10px;
}

.auth-card button {
    border-radius: 12px;
    font-weight: 600;
}
