.frm_forms .frm_form_fields .frm_form_field:not(.frm_html_container) {
  margin-bottom: 10px;
}
.frm_forms .frm_form_fields .frm_form_field:not(.frm_html_container) input::placeholder {
  color: black;
  font-weight: bold;
}
.frm_forms .frm_form_fields .frm_form_field:not(.frm_html_container) input[type=checkbox] {
  height: 24px;
  width: 24px;
}
.frm_forms .frm_form_fields .frm_form_field:not(.frm_html_container) input[type=checkbox]:focus {
  outline: 4px solid orange;
}
.frm_forms .frm_form_fields .frm_form_field:not(.frm_html_container) .frm_submit button::before {
  display: none;
}

.home #home-welcome #home-welcome-text h1 {
  display: block;
  line-height: 1.1;
  margin: 0 0 0.5em -0.05em;
  padding-bottom: 0;
  position: relative;
  font-weight: 700;
  font-size: 1.4em;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
