.app-loading {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin-top: -95px
}

.app-loading span {
  position: relative;
  margin: auto;
}

.spinner-grow {
  display: inline-block;
  position: relative;
  left: -99999px;
  width: 20px;
  height: 20px;
  margin-left: 52px;
  border-radius: 10px;
  background-color: #3475c1;
  color: #3475c1;
  box-shadow: 99973px 0 0 -5px #3475c1;
  animation: grow 1.6s infinite ease-in-out;
  animation-delay: .25s;
  vertical-align: middle;
  text-align: initial;
  opacity: 1;
}

.spinner-grow:before {
  box-shadow: 99952px 0 0 -5px #3475c1;
  animation: growBefore 1.6s infinite ease-in-out;
  animation-delay: 0s;
}

.spinner-grow:before, .spinner-grow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #3475c1;
  color: #3475c1;
}

.spinner-grow:after {
  box-shadow: 99995px 0 0 -5px #3475c1;
  animation: growAfter 1.6s infinite ease-in-out;
  animation-delay: .5s;
}

.spinner-grow:before, .spinner-grow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #3475c1;
  color: #3475c1;
}
