/* Authentication Pages Styles (Login & Register) - Bootstrap 5.3.8 Overrides */

.auth-page {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.auth-page .card {
    border: none;
    border-radius: 10px;
}

.auth-page .card-title {
    font-size: 28px;
    color: #333;
}

.auth-page .form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.auth-page .btn-primary {
    background-color: #667eea;
    border-color: #667eea;
}

.auth-page .btn-primary:hover {
    background-color: #5568d3;
    border-color: #5568d3;
}

.auth-page a {
    color: #667eea;
    text-decoration: none;
}

.auth-page a:hover {
    text-decoration: underline;
}
