#firstname, #email, input[type="date"], select{
    background: transparent !important;
    border: 2px solid #fff !important;
    border-radius: 30px !important;
    padding: 10px !important;
    color: #fff !important;
}
#firstname::placeholder {
    color: #bdbdbd !important; /* Defina a cor desejada */
}
#email::placeholder {
    color: #bdbdbd !important; /* Defina a cor desejada */
}

._form-title, ._form-label, ._form-thank-you{
    color: #fff !important;
}

label{
    color: #fff !important;
}

#_form_10_ input[type="text"], #_form_10_ input[type="tel"], #_form_10_ input[type="date"], #_form_10_ textarea {
    color: #fff !important;
}