body .bv_contact .frm_submit button.frm_button_submit {
  background: #f79320;
  font-family: 'Lato', 'sans-serif';
  color: white;
  padding: 10px 0;
  cursor: pointer;
}

body .bv_contact input,
body .bv_contact select {
  font-size: 1em;
  border-color: #bbb;
  padding-left: 10px;
  color: #4e4e4e;
}

body .bv_contact label {
  font-size: 1em;
  line-height: 2em;
}

body .bv_contact textarea {
  border: 1px solid #bbb !important;
  color: #4e4e4e !important;
  padding: 5px 10px !important;
  font-size: 1em;
}

.frm_required_field {
  position: relative;
}
.frm_required_field::after {
  content: '*';
  position: absolute;
  top: 10px;
  left: 90%;
  color: #f00;
}

@media (min-width: 1200px) {
  .page-id-129315 .et_pb_column_1_2.et_pb_column_0 .bv_contact_blue_panel {
    height: 939px !important;
  }
  .page-id-129322 .et_pb_column_1_2.et_pb_column_0 .bv_contact_blue_panel {
    height: 1126px !important;
  }
}

body div.bv_contact input,
body div.bv_contact select {
  margin-bottom: 0 !important;
}

body .frm_form_field {
  margin-bottom: 15px !important;
}
