
body{margin:0;background:#f5f7fb;font-family:Arial,sans-serif}
.docs-auth-box{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.docs-logo{width:80px;height:80px;margin-bottom:20px}
.docs-auth-box h2{margin:0 0 10px}
.docs-dots:after{content:'';animation:dots 1.2s infinite}
@keyframes dots{0%{content:''}33%{content:'.'}66%{content:'..'}100%{content:'...'}}
