.wpforms-field-label {
  color: white !important
}

input {
		border: 2px solid black !important;
    color: white !important;
}

.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {background-color: black !important}

textarea {
  border: 2px solid black !important
}

#wpforms-submit-976.wpforms-submit {
  background-color: black;
	padding: 12px 12px !important;
}