#preloader{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1000000;
    vertical-align: middle;
}
.logo-container {
  width: 80px;
  height: 180px;
  margin: 0 auto;
  position: absolute;top: calc(50% - 110px);left: calc(50% - 40px);vertical-align: middle;
}

.square {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 20px;
  filter: drop-shadow(-5px 0px 5px rgba(0, 0, 0, 0.3));
}

.face-top {
  transform: rotate(-45deg) skew(15deg, 15deg);
}

.side {
  transform: rotate(-45deg) skew(15deg, 15deg);
  transform-origin: bottom left;
}

.side-2 {
  transform: rotate(-45deg) skew(15deg, 15deg);
  transform-origin: top left;
  z-index: 5;
}

.square-one {
  background: #009ad1;
  z-index: 5;
  top: 104px;
  -webkit-animation: ascend-1 1s 0.5s 1 forwards;
          animation: ascend-1 1s 0.5s 1 forwards;
}

.square-two {
  background: #009ad1;
  top: 104px;
  z-index: 4;
  -webkit-animation: ascend-2 0.8s 0.5s 1 forwards;
          animation: ascend-2 0.8s 0.5s 1 forwards;
}

.square-three {
  background: #009ad1;
  top: 104px;
  z-index: 6;
}

.square-four {
  background: #009ad1;
  top: 101px;
  left: 45px;
  -webkit-animation: morph-1 0.6s 0.6s 1 forwards ease-in-out;
          animation: morph-1 0.6s 0.6s 1 forwards ease-in-out;
  z-index: 5;
}

.square-five {
  background: #009ad1;
  top: 25px;
  left: 0px;
  opacity: 0;
  -webkit-animation: morph-2 0.6s 1.1s 1 forwards ease-in-out;
          animation: morph-2 0.6s 1.1s 1 forwards ease-in-out;
}

@-webkit-keyframes ascend-1 {
  0% {
    top: 104px;
  }
  100% {
    top: 0px;
  }
}

@keyframes ascend-1 {
  0% {
    top: 104px;
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes ascend-2 {
  0% {
    top: 104px;
  }
  100% {
    top: 52px;
  }
}
@keyframes ascend-2 {
  0% {
    top: 104px;
  }
  100% {
    top: 52px;
  }
}
@-webkit-keyframes morph-1 {
  0% {
    transform: rotate(-45deg) skew(15deg, 15deg);
  }
  100% {
    transform: rotate(-45deg) skew(-45deg, 15deg);
    height: 37px;
    top: 118px;
  }
}
@keyframes morph-1 {
  0% {
    transform: rotate(-45deg) skew(15deg, 15deg);
  }
  100% {
    transform: rotate(-45deg) skew(-45deg, 15deg);
    height: 37px;
    top: 118px;
  }
}
@-webkit-keyframes morph-2 {
  0% {
    transform: rotate(-45deg) skew(15deg, 15deg);
    opacity: 0;
  }
  98% {
    opacity: 1;
  }
  100% {
    top: 26px;
    left: 1px;
    transform: rotate(-15deg) skew(-15deg, -15deg);
    opacity: 1;
  }
}
@keyframes morph-2 {
  0% {
    transform: rotate(-45deg) skew(15deg, 15deg);
    opacity: 0;
  }
  98% {
    opacity: 1;
  }
  100% {
    top: 26px;
    left: 1px;
    transform: rotate(-15deg) skew(-15deg, -15deg);
    opacity: 1;
  }
}
    #preloader{padding-top:10%;}