/* /Components/Pages/Login.razor.rz.scp.css */
/* Scoped styles for the admin login page. Rides the existing BeeMatchr.Admin.Web.styles.css bundle
   (already linked from App.razor) — no edit to wwwroot/app.css needed. */

/* The Bootstrap spinner ships visible; keep it hidden until adminlogin.js reveals it on submit. */
.login-spinner[b-k0z86v7ott] {
    display: none;
    margin-right: .45rem;
    vertical-align: text-bottom;
}

/* While the request is in flight the button is disabled — show a progress cursor. */
#admin-login-btn[disabled][b-k0z86v7ott] {
    cursor: progress;
}
