/* Auth pages custom styles - minimal overrides for Bootstrap */
.auth-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}

.auth-card {
    max-width: 50vw;
    width: 100%;
}
