.gform_wrapper label.gfield_label {
  font-size: 14px !important;
  color: #333 !important;
  font-weight: bold !important;
  color: #2182c5 !important;
}

.gform_wrapper textarea,
.gform_wrapper input {
  border-top: 0px !important;
  border-right: 0px !important;
  border-left: 0px !important;
  font-size: 25px !important;
  line-height: 2em !important;
}

.gform_wrapper input {
  height: 2em !important;
}
  
.gform_wrapper textarea:focus,
.gform_wrapper input:focus {
  border-color: #2182c5 !important;
}
  
.gfield_required {
  display: none !important;
}