@charset "utf-8";
/* CSS Document */


.loader-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f0ebe1;
  position: fixed;
  z-index: 999999;
}

.loader {
  width: 150px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  text-align: center;
}
.loader .logo{
  width: 150px;
}
.loader .loader-txt{
  width: 100%;
  margin-top: 10px;
  color: #373637;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
