html, body {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
}

.logo_container {
  position: absolute;
  width: 10rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.logo::before {
  content: '';
  display: block;
  position: relative;
  background-image: url('icons/logo.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 7.5rem;
  height: 7.5rem;
  left: 50%;  
  transform: translate(-50%, 0);
}

.logo::after {
  content: '';
  display: block;
  position: relative;
  background-image: url('icons/logo_text.svg');
  background-repeat: no-repeat;
  width: 8.1rem;
  height: 4rem;
  left: 50%;
  top: 0.68rem;
  transform: translate(-50%, 0);
}

.spinner {
  width: 5rem;
  margin: -1rem auto 0 auto;
  text-align: center;
}

.spinner>div {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #5037b0;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.init_message {
  position: relative;
  visibility: hidden;
  height: 0.7rem;
  top: -1.7rem;
  color: #777;
}

.init_message::after {
  content: '';
  display: block;
  position: relative;
  background-image: url('icons/init_text.svg');
  background-repeat: no-repeat;
  width: 6rem;
  height: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.enamad {
  position: absolute;
  cursor: pointer;
  width: 100px;
  height: 100px;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
}

.samandehi {
  position: absolute;
  cursor: pointer;
  width: 100px;
  height: 100px;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
}