body {
    background: linear-gradient(135deg, #5a81ff, #b86adb);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-wrapper {
    width: 100%;
    max-width: 400px;
}

.login-wrapper .card {
    border: none;
    border-radius: 1rem;
}
