body.bg-gradient {
    background: linear-gradient(135deg, #00b09b, #96c93d);
}

.form-card {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
}

input, textarea, select {
    border-radius: 10px !important;
}

button {
    border-radius: 12px !important;
}
