/* 
  Stylesheet for LOGIN.HTML 
  -------------------------
  - Sticky footer with customer and DSB logos
*/

/* Sticky Footer Classes */
html,
body {
  height: 100%;
}

#page-content {
  flex: 1 0 auto;
}

footer {
  flex-shrink: none;
}


/* Other supporting styles */
.h-80 {
  height: 80% !important;
}

@media only screen and (min-width: 768px) {
  #login {
    background-color: #f8f9fa;
    border: 1px solid lightgray;
  }
}
