/* Submission states for the landing contact form. */
.form-fields .form-success {
  color: #d6dadf;
  font-size: 0.95rem;
  line-height: 1.45;
}

.form-fields .form-error {
  color: #ff6464;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

.form-fields button.btn-black {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.form-fields button.btn-black:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
