.loading {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  background: #23303a;
}

.loading .title {
  font-size: 1.4em;
  margin-bottom: 1.5em;
  color: #fff !important;
}

.loading .loading-icon {
  color: #fff;
  font-size: 4em;
}
