/* CSRB branding fixes 2026-08-18: default Bootstrap navbar-brand float-left
   caused the logo to sit on the left, overlapping the login form below it
   at full raw image size. Center it properly above the form instead. */
.navbar-fixed-top { min-height: 90px; }
.navbar-header { text-align: center; float: none; }
.navbar-brand { float: none; display: inline-block; height: auto; padding: 12px 0; margin: 0 !important; }
#login_header_logo { height: 65px; width: auto; }
#login { margin-top: 10px; }
