/* D-023: make Authelia's surface transparent so the animated bg shows behind the login card */
html, body, #root { background: transparent !important; background-color: transparent !important; }
#amx-bg { position: fixed; inset: 0; width: 100vw; height: 100vh; z-index: -1; background: #000; pointer-events: none; }
#amx-bg canvas { display: block; width: 100% !important; height: 100% !important; }
