html,
body {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 13px;
  margin: 0;
  height: 100%;
  overflow: hidden;
  background-color: #d7d7d7;
  font-weight: bold;
}
#loadingScreen {
  min-height: 100%;
  background-color: #D7D7D7;
  display: flex;
  flex-direction: column;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  color: black;
  align-items: center;
  justify-content: center;
}
#loadingScreen > #loadingModal {
  width: 100%;
  background-color: #FBFBFB;
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-width: 1px 0;
  border-style: solid;
  border-color: #bdbdbd;
}
#loadingScreen > #loadingModal > h6 {
  color: #929fa7;
}
