.auth-spinner{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;z-index:9999}.auth-spinner-circle{width:60px;height:60px;border-radius:50%;border:3px solid hsla(0,0%,100%,.2);border-top-color:#fff;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.auth-spinner-circle{width:50px;height:50px}}@media (max-width:480px){.auth-spinner-circle{width:40px;height:40px}}