.auth{display:flex;height:100vh;align-items:center;justify-content:center}.authBG{background-color:var(--bg)}.authwrapper{display:flex;flex-direction:column;background-color:#fff;align-items:center;height:390px;width:380px;border-radius:8px;text-align:center;padding:0 2em}.authwrapper img{margin-top:14px;width:160px}.authwrapper h1{font-size:17px;line-height:21px;margin-top:38px;margin-bottom:0}.authwrapper h1,.authwrapper h2{font-weight:600;letter-spacing:.3px;color:#252733}.authwrapper h2{font-size:24px;line-height:29px;margin-top:48px;margin-bottom:13px}.authwrapper-subtitle{font-weight:400;font-size:13px;line-height:20px;letter-spacing:.3px;color:#9fa2b4;margin-bottom:28px;margin-top:0}@media screen and (max-width:600px){.authwrapper{width:90%}}