.v-loading--init {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.v-loading--init .v-loading__logo {
  margin-bottom: 1rem;
  max-width: 20rem;
}

.v-loading--init .v-loading__icon {
  width: 4rem;
}
