body {
    background: #f5f7fb;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.auth-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.auth-card {
    width: 100%;
    max-width: 420px;
    border: 1px solid #e6e9f0;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}

.btn-primary {
    background-color: #0d6efd;
}
