input {
  border: none;
}

.wpcf7-form-control {
  width: 100%;
  border: none;
  border-radius: 8px;
  border: 1px solid #4f4f4f;
  background: #fff;
  padding: 14px 16px;
}

.wpcf7-form-control[type="submit"] {
  border: none;
  background: #d82429;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
  /* text */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.wpcf7-form-control[type="submit"]:hover {
  background: #9c0303;
}

label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #444;
}
