.auth-page {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1rem;
}

.auth-page-card.auth-modal-content {
    display: block;
    width: 100%;
    max-width: 520px;
}

.auth-page .auth-switch-container {
    border-top: 1px solid #333;
}

.auth-page .auth-switch-container a {
    color: #d4af37;
    text-decoration: none;
    font-weight: 500;
}

.auth-page .auth-switch-container a:hover {
    text-decoration: underline;
}

