.mila-lead-form {
  position: relative;
}

.mila-lead-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.mila-lead-form__status {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.mila-lead-form__status--success {
  color: #2d6a4f;
}

.mila-lead-form__status--error {
  color: #9b2226;
}

.mila-lead-form [type='submit']:disabled {
  cursor: wait;
  opacity: 0.75;
}
