.login-under-construction {
  background: #152c49;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  overflow-y: auto;
  padding: 0 5px;
}
.login-under-construction__content {
  display: flex;
  flex-direction: column;
  padding: 0 30px 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  max-width: 550px;
  background: #fff;
  border: 8px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  margin: 50px auto;
  position: relative;
  z-index: 99;
}
.login-under-construction__logo-link {
  margin: 40px auto;
}
.login-under-construction__logo-link img {
  display: block;
  height: auto;
  width: auto;
  max-height: 60px;
  margin: auto;
}
.login-under-construction__title {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #595959;
  margin-bottom: 30px;
}
.login-under-construction__description {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #595959;
  text-align: center;
}

.header-v1,
.footer,
.sidebar {
  display: none;
}

.help.gav-help-region {
  display: none !important;
}

@media (max-width: 480px) {
  .login-under-construction__content {
    margin: 35px auto;
  }
}
