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