.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #d0d0d0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin-top: 6px;
}

.wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

.wpcf7 input[type="submit"] {
  background: #0f62fe;
  color: #fff;
  border: none;
  padding: 12px 26px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
}

.wpcf7 input[type="submit"]:hover {
  background: #0043ce;
}