.AuthLayout{justify-content:center;align-items:center;width:100%;min-height:100%;padding:16px;display:flex}.AuthLayout__Container{flex-direction:column-reverse;width:100vw;height:100dvh;display:flex;overflow:hidden}@media (min-width:768px){.AuthLayout__Container{flex-direction:row}}.AuthLayout__Form{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));flex:1;justify-content:center;align-items:center;width:100%;min-height:0;display:flex;position:relative;overflow-y:auto}@media (min-width:768px){.AuthLayout__Form{flex:none;width:45%}}.AuthLayout__Aside{--tw-bg-opacity:1;background-color:rgb(240 237 231/var(--tw-bg-opacity,1));flex-shrink:0;justify-content:center;align-items:center;width:100%;height:180px;padding:1rem;display:flex}@media (min-width:768px){.AuthLayout__Aside{width:55%;height:100%;max-height:none;padding:0}}.AuthLayout__Title{text-align:center;--tw-text-opacity:1;color:rgb(33 33 33/var(--tw-text-opacity,1));margin:0 auto;font-size:32px;font-weight:700}.AuthLayout__Section{flex-direction:column;gap:32px;width:100%;max-width:400px;margin:0 auto;display:flex}.AuthLayout__Brand{flex-direction:column;align-items:center;gap:14px;display:flex}.AuthLayout__Logo{object-fit:contain;width:auto;height:72px}@media (min-width:768px){.AuthLayout__Logo{height:144px}}.AuthLayout__LogoSub{object-fit:contain;width:auto;height:30px}@media (min-width:768px){.AuthLayout__LogoSub{height:60px}}