/* Add here all your CSS customizations */
#loading_screen
{  
  display: block;
  position: absolute;
  left: 0px;
  top: 50px;
  height: 100%;
  width: 100%;
  color: #FFF;  
  text-align: center;
  padding: 80px;
  box-sizing: border-box;
  z-index:1;
}