body {
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: linear-gradient(135deg, #0d3b7a 0%, #0d6efd 55%, #3d8bfd 100%);
}
.auth-card {
    width: 100%;
    max-width: 400px;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .25);
}
.auth-logo {
    width: 72px;
    height: 72px;
    border-radius: .75rem;
    background: #fff;
    border: 3px solid #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}
.auth-logo-img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}
