.auth-shell{min-height:100vh;padding:3rem 1.5rem;background:#f6f7fb;align-items:center;overflow:hidden}.auth-shell,.auth-shell__content{position:relative;width:100%;display:flex;justify-content:center}.auth-shell__content{max-width:540px;z-index:2}.auth-shell__wave{position:absolute;left:50%;transform:translateX(-50%);pointer-events:none;width:1600px;max-width:none;opacity:.9}.auth-shell__wave--top{top:-220px}.auth-shell__wave--bottom{bottom:-240px;transform:translateX(-45%) rotate(180deg)}.auth-shell__footer{position:absolute;bottom:32px;font-size:.85rem;color:#8a8a8a;z-index:3}.auth-shell__footer--left{left:32px}.auth-shell__footer--right{right:32px;display:flex;align-items:center;gap:.5rem}.auth-shell__footer--right img{width:160px;height:auto}@media(max-width:900px){.auth-shell{padding:2.5rem 1.5rem 4rem}.auth-shell__wave{width:1400px}.auth-shell__wave--top{top:-260px}.auth-shell__wave--bottom{bottom:-280px}}@media(max-width:720px){.auth-shell{padding:2rem 1.25rem 5.5rem;flex-direction:column;align-items:center;justify-content:flex-start}.auth-shell__footer{position:static;margin-top:1.5rem;text-align:center}.auth-shell__footer--right{justify-content:center}.auth-shell__footer--right img{width:140px}}