.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    color: white !important;
		border-color: white !important;
		background-color: white !important;
}

.wpcf7-form label {
    color: white !important;
}

.wpcf7-form select {
  background-color: white !important;
	border-color: white !important;
}