.auth{justify-content:center;min-height:100vh}.auth,.auth__box{display:flex;align-items:center}.auth__box{flex-direction:column;gap:24px;background:#fff;padding:40px 48px;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.1);width:100%;max-width:420px;animation:fadeIn .5s ease}.auth__header{text-align:center}.auth__title{font-weight:600;font-size:24px;line-height:100%}@media(max-width:767.8px){.auth__box{padding:40px 24px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}