body {
  margin: 0;
}

body #page-container {
  height: 100vh;
  grid-template-rows: 10vh 85vh 5vh;
}

body #page-container #main-body {
  background-color: #efeff0;
}

body #header img.h-center {
  max-height: 5vh;
  width: unset;
}

body #header img.h-center.wida-logo-size {
  max-height: 10vh;
  width: unset;
}

body #footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

body #footer #secure-browser-exit {
  justify-self: flex-end;
}

body #footer .copyright-bottom {
  width: max-content;
  flex-basis: 100%;
}

/* tng-theme styling for cards to be turned on later */
/*
  body #page-container .portal-card {
  border-radius: 4px !important;
  line-height: 40px;
  border: 2px solid #002a5f !important;
  padding: 0 !important;
  box-shadow: none !important;
}

body #page-container .portal-card:hover,
body #page-container .portal-card:focus {
  background-color: #edf6ff !important;
}
*/
