.wpcf7 input, .wpcf7 textarea {
  padding: 16px;
  border: medium none;
  border-radius: 0px;
  color: rgb(153, 153, 153);
  background-color: rgb(238, 238, 238);
  font-size: 14px;
  width: 100%;
}
.wpcf7 input[type="submit"] {
  color: #ffffff !important;
  border-width: 0px !important;
  border-color: #008bdb;
  border-radius: 13px;
  background-color: #fc7069;
  font-size: 20px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em !important;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
}