.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  box-sizing: border-box;
  padding-left: 25px;
  height: 50px;
  border-radius: 50px;
  border: none;
  outline: none;
  font-weight: 500;
  color: #999999;
}

.wpcf7 textarea {
  height: 140px;
  border-radius: 20px;
  padding-top: 15px;
}