@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.login-card{animation:.7s ease-out fadeInUp}.login-logo{animation:.5s ease-out .15s both zoomIn}.login-title{animation:.5s ease-out .3s both fadeInUp}.login-description{animation:.5s ease-out .5s both fadeIn}.login-form{animation:.5s ease-out .7s both fadeInUp}
