@keyframes authEnterUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:none}}@keyframes authEnterLeft{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:none}}@keyframes authEnterUpSmall{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.auth-enter-form{animation:.8s cubic-bezier(.21,.65,.35,1) .15s both authEnterUp}.auth-enter-left{animation:.8s cubic-bezier(.21,.65,.35,1) both authEnterLeft}.auth-enter-li{animation:.5s cubic-bezier(.21,.65,.35,1) both authEnterUpSmall}@media (prefers-reduced-motion:reduce){.auth-enter-form,.auth-enter-left,.auth-enter-li{animation:none}}
