/* SECTIONS */
.page-home {
  background: black;
  padding-top: 0;
  overflow: hidden;
}

.page-home .login-screening {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: white;
  font-family: 'Roboto Condensed';
}

.page-home .login-screening .warning {
  text-align: center;
  line-height: 1;
  width: 450px;
  max-width: 90%;
}

.page-home .login-screening .warning h1 {
  color: red;
  font-size: 4.2em;
}

.page-home .login-screening .warning p {
  color: #fff;
  font-size: 12px;
}