.login-screen { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; }
.login-screen[hidden] { display: none; }
.login-logo { display: block; width: 92px; height: 92px; margin: 0 0 12px; object-fit: contain; }
.login-form { display: grid; text-align: left; }
.login-form input { width: 100%; }
.login-form button { cursor: pointer; }
.login-form button:disabled { opacity: .6; cursor: wait; }
