body {
  background-color: #E2E9FE !important;
}

#preload {
  position: fixed;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
}
#preload .preLoadImgHolder {
  top: 25%;
  width: 100%;
  position: fixed;
}
#preload .plImage {
  color: #8480ae;
  width: 100%;
  height: 100%;
}