.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: #364BC1;
z-index: 999999;
-webkit-transition: opacity 0.65s;
-o-transition: opacity 0.65s;
transition: opacity 0.65s;
}

.img-outer
{
  /* width: 200px; */
  margin-top: 0px !important;

}
.img-inner
{
  width: 152px;
  height: 152px;
  margin: 0 auto;
  padding-left: 10px;
  padding-bottom:20px;
  text-align: center;
  display: block;
}
.loader-container
{
  position: absolute;
  top: -200px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 250px;
  margin: auto;
  overflow: auto;
}
.preloader-progress {

font-family:'Comfortaa',Roboto,"Arial";
font-size:30px;
color:white;
width:300px;

}


.preloader-version {
color: white !important;
z-index: 9999;
font-family:"Comfortaa",Roboto,Arial, Helvetica, sans-serif;
font-size:12px;
position: absolute;
bottom: 0;
right: 20px;
width: 100px;
height: 20px;
line-height: 20px;
text-align: right;
padding-right: 5px;
font-weight:500;
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
.saving
{
  margin-top: -15px;
  margin-left: 90px;
}

.ltext
{
    font-size:12px;
    margin-left: 90px;
    margin-top: -20px;
}

.saving span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.saving span:nth-child(2) {
  animation-delay: .2s;
}

.saving span:nth-child(3) {
  animation-delay: .4s;
}
