@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.form-required::after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url(../../images/required.svg);
  background-repeat: no-repeat;
  background-size: calc(calc(1.5em + 0.75rem + 2px) * 0.16666666666) calc(calc(1.5em + 0.75rem + 2px) * 0.16666666666);
  width: calc(calc(1.5em + 0.75rem + 2px) * 0.16666666666);
  height: calc(calc(1.5em + 0.75rem + 2px) * 0.16666666666);
  margin: 0 0.3em;
}

form .filter-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

form .form-type-textarea {
  margin-bottom: 0;
}

input[type=text]::-ms-clear, input[type=text]::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}
/*# sourceMappingURL=form.component.css.map */
