
@media (prefers-reduced-motion: reduce) {
  .EPiServerForms button.FormSubmitButton {
    transition: none !important;
    animation: none !important;
  }
  .EPiServerForms button.FormSubmitButton::before {
    transition: none !important;
    animation: none !important;
  }
  .EPiServerForms button.FormSubmitButton::after {
    transition: none !important;
    animation: none !important;
  }
}