/* Login page specific styling */

.auth-section {
    background: linear-gradient(180deg, rgba(255, 249, 249, 0.6) 0%, rgba(255, 255, 255, 0.9) 40%);
}

.auth-card__header {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(216, 169, 180, 0.3);
}

.auth-form__meta .auth-link {
    text-decoration: none;
    font-weight: 600;
}

.auth-form__meta .auth-link:hover {
    text-decoration: underline;
}

.auth-submit {
    width: 100%;
    justify-content: center;
}

.auth-card__footer-text a {
    font-weight: 600;
}
