@keyframes authFadeUp{0%{opacity:0;transform:translateY(16px)}}@keyframes authFadeDown{0%{opacity:0;transform:translateY(-12px)}}@keyframes authScale{0%{opacity:0;transform:scale(.85)}}@keyframes authShake{0%,to{transform:translate(0)}15%{transform:translate(-6px)}30%{transform:translate(5px)}45%{transform:translate(-4px)}60%{transform:translate(3px)}75%{transform:translate(-1px)}}@keyframes authDrift{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.05)}66%{transform:translate(-20px,15px)scale(.95)}}.auth-fade-down{animation:.6s ease-out backwards authFadeDown}.auth-scale{animation:.5s ease-out backwards authScale}.auth-fade-1{animation:.5s ease-out .1s backwards authFadeUp}.auth-fade-2{animation:.5s ease-out .2s backwards authFadeUp}.auth-fade-3{animation:.5s ease-out .3s backwards authFadeUp}.auth-fade-35{animation:.5s ease-out .35s backwards authFadeUp}.auth-fade-4{animation:.5s ease-out .4s backwards authFadeUp}.auth-fade-45{animation:.5s ease-out .45s backwards authFadeUp}.auth-fade-5{animation:.5s ease-out .5s backwards authFadeUp}.auth-fade-55{animation:.5s ease-out .55s backwards authFadeUp}.auth-fade-6{animation:.5s ease-out .6s backwards authFadeUp}.auth-shake{animation:.4s ease-out authShake}.auth-drift{animation:20s ease-in-out infinite authDrift}.auth-drift-reverse{animation:25s ease-in-out infinite reverse authDrift}
