.splash-loader-container {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.splash-loader-container::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.splash-screen {
  overflow: hidden;
  background-color: white;
}

.splash-screen .splash-loader-container .logo {
  background: url('/content/img/waiting.gif') top left no-repeat;
  width: 150px;
  height: 150px;
  background-size: 150px 150px;
}

.splash-screen .splash-loader-container .logo-text {
  position: absolute;
  font-size: 30px;
  font-family: sans-serif;
  color: grey;
}
