.wpcf7 {
  padding: 25px 25px 25px 25px !important;
    border-radius: 0px;
    box-shadow: rgb(100 100 111 / 42%) 0px 7px 29px 0px;
}

.wpcf7 input[type="submit"] {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background: #E2272E;
  padding: 15px 25px 15px 25px;
  margin: 10px;
  border: none;
  border-radius: 33px;
  text-transform: uppercase;
}

.wpcf7 input:hover[type="submit"] {
  background: #0A9E1C;
  transition: all 2.0s;
}

.wpcf7 input:active[type="submit"] {
  background: #092AE4;
}      