
@media (prefers-reduced-motion: reduce) {
  .EPiServerForms input[type=reset].Form__Element, .EPiServerForms button.Form__NavigationBar__Action, .EPiServerForms button.Form__Element, .EPiServerForms button.FormResetButton {
    transition: none !important;
    animation: none !important;
  }
}