/* Generated Anvyl backdrop pair for the login screen. */
.login-page{background:#c0d6df url('./assets/anvyl-login-bg-light.png') center/cover fixed no-repeat}.login-page:before{content:'';position:fixed;inset:0;background:linear-gradient(120deg,rgba(248,246,239,.08),rgba(192,214,223,.10));pointer-events:none}.login-stage{z-index:0}.login-card{position:relative}.login-card-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.login-card-topline .anvyl-brand{flex:none}.login-theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;padding:0 10px;border:1px solid rgba(79,109,122,.19);border-radius:10px;background:rgba(255,255,255,.7);color:#385866;font:800 10px Manrope,Arial,sans-serif;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.login-theme-toggle:hover{transform:translateY(-1px);background:#fff}.login-theme-toggle:focus-visible{outline:3px solid rgba(221,110,66,.38);outline-offset:3px}.login-theme-icon{font-size:15px;line-height:1;color:#d18a3e}
html[data-login-theme="dark"] .login-page{background:#172a33 url('./assets/anvyl-login-bg-dark.png') center/cover fixed no-repeat}html[data-login-theme="dark"] .login-page:before{background:linear-gradient(120deg,rgba(12,25,31,.32),rgba(23,42,51,.48))}html[data-login-theme="dark"] .login-card{background:rgba(26,48,58,.91);border-color:rgba(185,207,214,.2);box-shadow:0 32px 80px rgba(3,12,17,.48)}html[data-login-theme="dark"] .login-card .anvyl-wordmark,html[data-login-theme="dark"] .login-card h1{color:#edf4f5}html[data-login-theme="dark"] .login-card>p:not(.overline){color:#b9cfd6}html[data-login-theme="dark"] .login-card label{color:#b9cfd6}html[data-login-theme="dark"] .login-card input{background:#172a33;border-color:#49646e;color:#edf4f5}html[data-login-theme="dark"] .login-divider{background:linear-gradient(90deg,#49646e,transparent)}html[data-login-theme="dark"] .login-trust{border-color:#38545d;color:#9fb5bd}html[data-login-theme="dark"] .login-trust span:first-child{color:#d7c994}html[data-login-theme="dark"] .login-theme-toggle{background:#203943;border-color:#49646e;color:#d9e5e8}html[data-login-theme="dark"] .login-theme-toggle:hover{background:#294b57}html[data-login-theme="dark"] .login-theme-icon{color:#d7c994}
@media(max-width:520px){.login-card-topline{align-items:center}.login-theme-toggle{width:36px;padding:0}.login-theme-toggle span:last-child{display:none}}
