.loading-indicator {
  height: 80px;
  width: 80px;
  background: url("https://assets.mybrightsites.com/uploads/sites/3603/themes/35841/e7ffcb4a3068c61123918e3317599f656f802fea/loading.gif?1787871474");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.loading-indicator-overlay {
  background-color: #FFFFFF;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
