.btn--progress {
  position: relative;
  background-image: url(../images/spinner_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  color: transparent !important;
  pointer-events: none;
}
