input[type=text] {
  background-color: #f5f5f5;
  border-style: none;
  padding: 10px !important;
}
body textarea {
  background-color: #f5f5f5;
  border-style: none;
  padding: 10px !important;
}
.gform_wrapper.gravity-theme .gfield input {
  background-color: #f5f5f5;
  border-style: none;
  padding: 10px !important;
}
.gform_button {
  background-color: #dd9933;
  transition: all 0.4s;
  padding: 13px 20px !important;
  border-style: none;
  color: #ffffff;
  font-weight: 600;
  border-radius: 3px 3px 3px 3px;
}
.gform_button:hover {
  background-color: #000000 !important;
}
.gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme select {
  background-color: #f5f5f5;
  border-style: none;
  padding: 9px !important;
}
