.bg {
  width: 100%;
  height: 100vh;
  padding-top: 15vh;
  margin: 0 auto;
  text-align: center;
}
.bg h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  color: #d8e1ed;
  margin: .67em 0;
  box-sizing: border-box;
}
.bg .spinner {
  background: url('../images/icon-loading-grey.svg') center center no-repeat;
  width:100px;
  height:100px;
  margin: auto;
}
.d-none {
  display: none;
}
