body {
    background-color: #f8f9fb;
    font-family: "Inter", sans-serif;
}

.auth-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth-card {
    background: #fff;
    border: none;
    border-radius: 1rem;
    box-shadow: 0 6px 25px rgba(0,0,0,0.05);
    width: 100%;
    max-width: 420px;
    padding: 2rem 2.5rem;
}
.auth-logo {
    font-weight: 700;
    font-size: 1.4rem;
    color: #0d6efd;
}
.form-control {
    border-radius: .6rem;
}
.btn-primary {
    border-radius: .6rem;
}
.small-text {
    font-size: 0.85rem;
}