.splash-logo {
    left: 42.5%;
    top: 45%;
    margin-left: -40px;
    margin-top: -50px;
    z-index: 2;
    position: absolute;
    width: 300px;
}

.block-ui-wrapper.block-ui-main.active .block-ui-spinner .loader {
  background-image: url("../images/logoanimada.gif");
  height: 300px;
  width: 650px;
  background-size: contain;
  background-repeat: no-repeat;
  animation: none;
  -webkit-animation: none;
  font-size: unset;
  border: none;
}

.splash-loader,
.splash-loader:before,
.splash-loader:after {
  left: 25%;
  top: 25%;
  position: absolute;
  vertical-align: middle;
  background: #7690c5;
  width: 50%;
  height: 50%;
  z-index: 1;
}

.splash-loader {
    background: transparent;
}

.splash-loader:before {
  content: "";
  animation: bounce 1.5s infinite;
}
.splash-loader:after {
  content: "";
  animation: bounce 1.5s -0.4s infinite;
}

@keyframes bounce {
        0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
    }
}

.splash-screen {
    background: #7690c5;
    height: 100%;
}
