@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes btnBreathe{0%,to{box-shadow:0 4px 12px #00968833,0 0 #00b88900}30%{box-shadow:0 6px 20px #0096884d,0 0 10px 2px #00b8891a}50%{box-shadow:0 6px 24px #00968859,0 0 16px 3px #00b88926}70%{box-shadow:0 6px 20px #0096884d,0 0 10px 2px #00b8891a}}.login-card-enter{animation:.45s ease-out both fadeSlideIn}.btn-breathe{animation:3s ease-in-out infinite btnBreathe}@media (prefers-reduced-motion:reduce){.login-card-enter,.btn-breathe{animation:none}}