html,
body {
  height: 100%;
}

body {
  position: relative;
  background: aliceblue;
}

.navbar {
  margin-bottom: 0;
  background-color: white;
}

.navbar #login-widget {
  margin-right: 16px;
}

.navbar #institution-logo a {
  padding: 6px;
}

.navbar #institution-logo a:hover,
.navbar #institution-logo a:focus {
  background: unset;
}

.navbar #institution-logo img {
  height: 28px;
}

.navbar #mc-link a {
  padding: 6px;
}

.navbar #mc-link a img {
  height: 28px;
}
