.lf-form__field {
  margin-bottom: 10px;
}

.lf-form__field label {
  display: block;
  margin-bottom: 3px;
}

.lf-form__field label span {
  color: #e32636;
}

.lf-form input,
.lf-form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #69727d;
  background: #fff;
  color: #333;
}

.lf-form textarea {
  min-height: 96px;
  resize: vertical;
}

.lf-form__submit {
  width: 100%;
  padding: 11px 18px;
  border: 0;
  background: #69727d;
  color: #fff;
  cursor: pointer;
}

.lf-form__message {
  margin-bottom: 12px;
  padding: 10px;
}

.lf-form__message.is-success {
  background: #e8f7ec;
  color: #176b2c;
}

.lf-form__message.is-error {
  background: #fdeaea;
  color: #9c1c1c;
}

.lf-form__honey {
  position: absolute !important;
  left: -9999px !important;
}
