/* Main app login: explicit contrast, including browser autofill. */
body.portalHub:not(.dashboardMode) #loginView input {
  background:#f5f9fd!important;color:#142d49!important;-webkit-text-fill-color:#142d49!important;
  border:1px solid #bad1e2!important;caret-color:#142d49;box-shadow:none!important;color-scheme:light;
}
body.portalHub:not(.dashboardMode) #loginView input::placeholder { color:#60778a!important;opacity:1; }
body.portalHub:not(.dashboardMode) #loginView input:focus { background:#fff!important;border-color:#3288c2!important;outline:3px solid #3288c233;outline-offset:1px; }
body.portalHub:not(.dashboardMode) #loginView input:-webkit-autofill { -webkit-box-shadow:0 0 0 1000px #f5f9fd inset!important;-webkit-text-fill-color:#142d49!important; }
