.loader-container {
  position: relative;
  min-height: 50px;
}
.loader-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/bundle/images/loader_394bafc3cc4dfb3a0ee48c1f54669539.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.display-error {
  color: red;
  font-weight: bold;
}

