.wpcf7-form-control.wpcf7-submit {
  background-color: #ffffff;
  width: 100px;
  color: #000000;
}

input[type="submit"]:hover {
  background-color: #e3e3e3;
}

input[type="submit"] {
  background-color: #000000;
}



label {
  color: #ffffff;
}