#page-load {
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  z-index: 10000000000;
  background-color: rgba(255, 255, 255, 0.95);
}

.status {
    position: absolute;
    left: 48%;
    top: 40%;
    width: 100px;
  }

.loading-signature {
  text-align: center;
}

.loading-signature h3{
   
    line-height: 200px;
    margin: auto;
    position: absolute;
    top: 50%;
    width: 100%;
    color: orange;
    font-size: 25px;
    font-weight: 700;

 
}

.school-name{
  border: 2px solid green;
  border-radius: 15px;
  padding: 15px;
}

.school-logo{
   top: 55%;
   left: 49%;
   position: absolute;
}

@media (max-width:801px) {
  .status {
    left: 40%;
  }
  .school-logo{
   left: 46%;
}

}