.loading {

  position: fixed;
  left: 0;
  top: 0;
  font-size: 1rem;
  z-index: 100000000;
  width: 100%;
  height: 100%;
  background: #03081e;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;

}
.loadbox {

  color: #5b9bd5;
  text-align: center;

}
.loadbox img {

  margin: 0.625rem auto;
  display: block;
  width: 2.5rem;

}
