.auth-overlay-enter-active,.auth-overlay-leave-active{transition:opacity .3s}.auth-overlay-enter-from,.auth-overlay-leave-to{opacity:0}.auth-popup-enter-active{transition:all .4s cubic-bezier(.34,1.56,.64,1)}.auth-popup-leave-active{transition:all .25s ease-in}.auth-popup-enter-from{opacity:0;transform:scale(.75)translateY(30px)}.auth-popup-leave-to{opacity:0;transform:scale(.9)translateY(-10px)}@keyframes popupBounce{0%{opacity:0;transform:scale(.2)}50%{opacity:1;transform:scale(1.15)}75%{transform:scale(.95)}to{transform:scale(1)}}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-9px)}40%,80%{transform:translate(9px)}}@keyframes progressTimer{0%{width:0}to{width:100%}}.animate-popup-bounce{animation:.6s cubic-bezier(.34,1.56,.64,1) forwards popupBounce}.animate-shake{animation:.4s ease-in-out forwards shake}.animate-progress-timer{animation:2.4s linear forwards progressTimer}
