.loading-box{
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left:0; right:0; top:0; bottom:0;
  overflow: hidden;
  background-color: #e1e1e1;
  z-index: 99999;
}
.loading-box .loader{
  width:120px;
  text-align: center;
}
.loading-box .loader img{
  width:60px;
}
.loading-box img.loadAnim{
  width:100px;
}