#block-cohesion-theme-formspinnerblock {
  position: static;
}

.campaign-hero-form__inner_spinner {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.circle-spinner {
  width: 50px;
  height: 50px;
  background-image: url('../icons/loopnet-spinner.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}