.splash-plyca-logo {
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    position: absolute;
    width: 100px;
    height: 100px;
}

.splash-plyca-loader,
.splash-plyca-loader::before,
.splash-plyca-loader::after {
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  position: absolute;
  vertical-align: middle;
  background: #3071a9;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  z-index: 1;
}

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

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

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

.splash-plyca-screen {
    position: absolute !important;
    background-color: #f3f3f3;
    height: 100%;
    top: 0px;
    width: 100%;
    left: 0px;

/*
    background-image: linear-gradient(to top, #6b77a1, #737ea5 3%, #9599b3 15%, #b1b0bf 28%, #c7c1c8 41%, #d6cdcf 57%, #dfd5d3 74%, #e2d7d4);
    background-image: -ms-linear-gradient(bottom, #6B77A1 0%, #737EA5 3%, #9599B3 15%, #B1B0BF 28%, #C7C1C8 41%, #D6CDCF 57%, #DFD5D3 74%, #E2D7D4 100%);
    background-image: -moz-linear-gradient(bottom, #6B77A1 0%, #737EA5 3%, #9599B3 15%, #B1B0BF 28%, #C7C1C8 41%, #D6CDCF 57%, #DFD5D3 74%, #E2D7D4 100%);
    background-image: -o-linear-gradient(bottom, #6B77A1 0%, #737EA5 3%, #9599B3 15%, #B1B0BF 28%, #C7C1C8 41%, #D6CDCF 57%, #DFD5D3 74%, #E2D7D4 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6B77A1), color-stop(3, #737EA5), color-stop(15, #9599B3), color-stop(28, #B1B0BF), color-stop(41, #C7C1C8), color-stop(57, #D6CDCF), color-stop(74, #DFD5D3), color-stop(100, #E2D7D4));
    background-image: -webkit-linear-gradient(bottom, #6B77A1 0%, #737EA5 3%, #9599B3 15%, #B1B0BF 28%, #C7C1C8 41%, #D6CDCF 57%, #DFD5D3 74%, #E2D7D4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2D7D4', endColorstr='#6B77A1',GradientType=0 );
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-attachment: fixed;*/

    
}

.splash-plyca-loader span{
  color: #0b62a4;
  z-index: 3;
  font-size: 1.5em;
  margin-bottom: -10px;
}