body {
  background-color: #fece02;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden; }
  body::after {
    content: "";
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #fece02; }

.container {
  font-family: Helvetica, Arial, sans-serif !important;
  text-align: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 30px; }
  .container h1 {
    font-size: 20px; }
  .container p {
    padding: 20px 0; }
  .container img {
    width: 100px;
    height: auto;
    display: inline-block; }

.login {
  margin: 20px 0;
  font-size: 12px; }

a:link, a:visited {
  color: #000;
  text-decoration: none; }

a:hover {
  color: fuchsia; }

.copyright {
  font-size: 12px; }

.imbaa-branding {
  font-size: 14px;
  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; }
  .imbaa-branding a:link, .imbaa-branding a:visited {
    color: #fece02;
    font-weight: bold; }
  .imbaa-branding a:hover {
    color: fuchsia; }

.lionhead {
  display: block;
  text-align: center;
  position: absolute;
  right: 5px;
  bottom: 5px; }
  .lionhead img {
    width: 40px;
    height: auto;
    display: inline-block; }

@media screen and (min-width: 500px) {
  .container {
    margin: 50px auto;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    max-width: 300px; } }
@media screen and (min-width: 800px) {
  .container {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }
#imbaaMaintenanceNotice {
  display: none; }

/*# sourceMappingURL=screen.css.map */
