button:disabled {
  background: #ccc;
  cursor: not-allowed;
  pointer-events: all !important;
}

.main-btn .spinner-border {
  width: 19px;
  height: 19px;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
}

.form-error-message {
  width: 100%;
  margin-top: 0.25rem;
  font-size: .875em;
  color: #dc3545;
}

.with-newlines {
  white-space: pre-line;
}