/* Login Page Styles */

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

.auth-card {
    background: #ffffff;
    border-radius: var(--fo-radius-lg);
    box-shadow: var(--fo-shadow-lg);
    border: 1px solid var(--fo-border);
    width: 100%;
    max-width: 400px;
    padding: 32px 24px;
}

.auth-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: var(--fo-dark);
    margin-bottom: 8px;
}

.auth-subtitle {
    font-size: 0.9rem;
    color: var(--fo-text-muted);
    text-align: center;
    margin-bottom: 24px;
}
