@keyframes spin-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate-spin-slow {
  animation: spin-slow 3s linear infinite;
}

.bg-custom-image-form {
  background-image: url("../img/bg-form.jpeg");
  background-size: cover;
  background-position: center;
}

.bg-custom-image {
  background-image: url("../img/bgorange.png");
  background-size: cover;
  background-position: center;
}/*# sourceMappingURL=style.css.map */