.submit_preloader{
    width:100%;
  height:100%;
  position:fixed;
  z-index:99;
  background: rgba(255,255,255, 0.5);
  left:0;
  top:0;

}