html {
  height: 100%;
}

body.loading-mode {
  min-height: 100%;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
}

.loading-mode #progress-bar {
  width: 280px;
  margin-top: 58px;
}

.loading-mode #progress-indicator {
  height: 4px;
  width: 0%;
}
