/* .pre-auth .exp-form input:not([type="submit"]),
.pre-auth .exp-form textarea,
.pre-auth .exp-form select,
.pre-auth .exp-form label {
}
 */
.pre-auth .exp-form label {
  color: #000 !important;
  padding-left: 1em;
  margin-top: -1em;
}

.pre-auth .exp-form .exp-form-field.exp-form-field-active label {
  margin-top: -0.5em;
}

.pre-auth .exp-form input:not([type="submit"]),
.pre-auth .exp-form textarea,
.pre-auth .exp-form select {
  color: #000 !important;
  background-color: #eaf2ed;
  margin: 0 0 2em;
  padding-left: 1em;
}

.pre-auth .exp-form .wpcf7-not-valid-tip {
  margin-top: -2em;
  padding-bottom: 1em;
  font-size: .85em;
}
.pre-auth .exp-form .exp-form-border {
  bottom: 1em;
}

@media only screen and (max-width: 767px) {
  .pre-auth .be-form-field-row .be-form-field-col {
    margin-bottom: 0;
  }
}