:root{--auth-bg-light:#f8fafc;--auth-bg-dark:#0b0e13}body{box-sizing:border-box;margin:0;padding:0}.auth-bg-container{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;transition:background-color .3s;display:flex;position:relative;overflow:hidden}html:not([data-mui-color-scheme=dark]) .auth-bg-container{background-color:var(--auth-bg-light);background-image:url(/bg-light.svg)}html[data-mui-color-scheme=dark] .auth-bg-container{background-color:var(--auth-bg-dark);background-image:url(/bg-night.svg)}
