.form-fields .wpforms-field-label {
  font-size: 0.8rem !important;
  color: gray !important;
  font-weight: 600 !important;
  margin-bottom: 0.1em !important;
}

.form-fields {
  padding: 0.5em !important;
}

.form-footer-text {
  margin-bottom: -2em !important;
  display: flex !important;
  align-items: center !important;
}

.form-footer-text p {
  font-size: 0.75rem !important;
  margin: 0.75em !important;
  margin-left: 8em !important;
}

.notes-height > textarea {
  height: 45px !important;
}

.wpforms-field-label-inline {
  font-size: 0.8rem !important;
  color: gray !important;
  font-weight: 600 !important;
  margin-bottom: 0.1em !important;
}

.application-form {
  margin-top: -1em !important;
}

@media (max-width: 768px) {
  .wpforms-field-row {
    display: block !important;
  }
  .wpforms-submit-container {
    margin-left: 0.5em !important;
  }
  .wpforms-submit-container > button {
    margin-top: -7em !important;
  }
  .form-footer-text p {
    font-size: 0.75rem !important;
  }
}
