body {
    background: linear-gradient(135deg, #c2e9fb 0%, #81a4fd 100%);
}

.login-container {
    background: rgba(255,255,255,0.90);
    padding: 36px 28px;
    margin: 80px auto 0 auto;
    border-radius: 16px;
    box-shadow: 0 6px 32px rgba(80,90,160,0.13);
    max-width: 370px;
    text-align: center;
}

.login-title {
    font-size: 2rem;
    color: #324a7b;
    margin-bottom: 18px;
    font-weight: 700;
}

.login-form input,
.login-form button,
.login-form a {
    margin-bottom: 10px;
}

.login-form input {
    text-align: center;
    font-size: 1.05rem;
}