/* Page visual extension point for login.html.
   Keep page-specific CSS here and bump the ?v= value in the HTML when edited.
   Note: the old 2-column feature panel was removed; the login is now a
   centered card over a full-bleed cosmic background (styles live in the bundle). */


/* ck20260624th31v29 — allow the login page to scroll so the footer is visible on short screens. */
html[data-pl-route="login"],
html[data-pl-route="login"] body{
  min-height:100%;
  overflow-y:auto!important;
}
html[data-pl-route="login"] .ps-login-page{
  min-height:100svh!important;
  height:auto!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
}
