body {
    background: #020617;
    color: white;
    font-family: system-ui;
}

.card {
    background: #1e293b;
    border: 0;
    border-radius: 12px;
}

.login-bg {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card {
    width: 340px;
    padding: 30px;
    background: #1e293b;
    border-radius: 15px;
}