.formulier{
    background-color: #15212A;
}

.gfield_label, .gform-field-label {
    color: #fff !important;
    font-size: 20px !important;
}

.ginput_container input {
    border-radius: 10px !important;
    padding: 1.5rem !important;
}

.gform-footer input[type=submit] {
    background-color: #A40094 !important;
    border-radius: 10px !important;
    margin-top: 1rem !important;
    padding: 1rem 1rem !important;
    font-weight: bold !important;
}

.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: #FF9780 !important;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error {
    color: #FF9780 !important;
}

.gform_confirmation_message_1 {
    color: #ffffff !important;
}