.loader {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background: #2c2724;
  position: fixed;
  bottom: 0;
  left: 0;
  -moz-transform: translate(0%, 100%);
  -webkit-transform: translate(0%, 100%);
  -o-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  z-index: 8888;
}

.loader-white {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background: #fafafa;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 7777;
}

.loader-title {
  width: 100%;
  height: 90px;
  text-align: center;
  top: 50%;
  margin-top: -45px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 50px;
  color: #fafafa;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: block;
}