.lshort-contact-form .lshort-form-field {
  min-width: 0;
}

.lshort-contact-form .lshort-field-note {
  margin: 8px 0 0;
  color: #687386;
  font-size: 13px;
  line-height: 1.7;
}

.lshort-required {
  color: #a93030;
  font-size: .85em;
}

.lshort-form-errors {
  margin: 0 0 28px;
  padding: 18px 20px;
  border-left: 4px solid #b32d2e;
  background: #fff3f3;
  color: #7a1e1e;
}

.lshort-form-errors ul {
  margin: 8px 0 0 1.25em;
}

.lshort-contact-form button[disabled] {
  cursor: wait;
  opacity: .62;
}

.lshort-contact-complete {
  text-align: center;
}

.lshort-contact-complete h2 {
  margin-top: 0;
}

.lshort-contact-complete p {
  margin: 20px auto 32px;
  max-width: 680px;
}

