@keyframes spin { to { transform: rotate(360deg); } }
.spin { animation: spin .7s linear infinite; display: inline-block; }
.auth-login-label-reset { margin: 0; }
.auth-login-spinner-wrap { display: none; align-items: center; gap: .5rem; }
