#loadingMessage {
  background: url('../img/login/background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:absolute;
  display:block;
  height:100%;
  width:100%;
  top:0px;
  left:0px;
  z-index:-1;

  .splash-screen-logo {
    display: block;
    margin:auto;
  }

  section {
    max-width: 95%;
    overflow: hidden;
  }

  .splashScreenRefreshMsg {
    display: none;
    .ntst-dialog-message {
      display:flex;
      flex-direction: column;
    }
  }
}

section {
  background: white;
  color: #064973;
  border-radius: .1em;
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
