div#load_screen{
  background: #0D317E;
  opacity: 1;
  position: fixed;
    z-index:10;
  top: 0px;
  width: 100%;
  height: 100%;
}
div#load_screen > div#loading{
  color:#FFF;
  width:100%;
  height:100%;
  margin-top:10%;
  text-align: center;
}