body {
  height: 100vh;
  overflow: hidden;
}
body::after {
  content: "";
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(#1e64af, #41aaf5);
}
body #trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
  display: none !important;
}
body .maintenance-page-container {
  font-family: Helvetica, Arial, sans-serif !important;
  text-align: center;
  padding: 30px;
  margin: 30px;
  background-color: rgba(255, 255, 255, 0.9);
}
body .maintenance-page-container .maintenance-page-container-headline {
  margin-top: 15px;
}
body .maintenance-page-container .maintenance-page-container-headline h1 {
  font-size: 16px;
  margin: 0;
}
body .maintenance-page-container .maintenance-page-container-content p {
  margin: 0;
  padding: 20px 0;
}
body .maintenance-page-container img {
  width: 100px;
  height: auto;
  display: inline-block;
}
body .login-button {
  margin: 0 0 10px 0;
  display: flex;
  justify-content: center;
}
body .login-button .login {
  width: 70%;
  font-weight: bold;
  font-size: 16px;
}
body .login-button:hover {
  color: #2ea3f2;
}
body a:link, body a:visited {
  color: #000;
  text-decoration: none;
}
body .copyright {
  font-size: 12px;
}
body .imbaa-branding {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  padding: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
body .imbaa-branding a:link, body .imbaa-branding a:visited {
  color: rgb(254, 206, 2);
  font-weight: bold;
}
body .imbaa-branding a:hover {
  color: #1e64af;
}
body .imbaalogo {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
body .imbaalogo img {
  width: 80px;
  height: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 500px) {
  body .maintenance-page-container {
    margin: 50px auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    max-width: 300px;
  }
}
@media screen and (min-width: 800px) {
  body .maintenance-page-container {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
body #imbaaMaintenanceNotice {
  display: none;
}

/*# sourceMappingURL=maintenance-page.css.map */
