/* Keep the wide BARO Service logo balanced on public and login pages. */
.header .logo img {
  width: auto;
  max-width: 320px;
  max-height: 96px;
}

@media screen and (max-width: 480px) {
  .header .logo img {
    max-width: 260px;
  }
}
