*{box-sizing:border-box;margin:0;padding:0}body{width:100vw;height:100vh;overflow:hidden}.login-bg{background-color:#000;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.center-box{flex-direction:column;justify-content:center;align-items:center;gap:0;display:flex}.footer{color:#fff;text-align:center;background-color:#000;justify-content:space-between;width:103%;height:75px;display:inline-flex;position:absolute;bottom:0;overflow:hidden}
.loading-container{background-color:#000;border:2px solid #fff;border-radius:6px;gap:1px;width:300px;height:25px;display:block;position:relative;overflow:hidden}.loading-bar{background:linear-gradient(#001aff 0%,#fff 40%,#001aff 65%);border-radius:5px;width:5.5%;height:100%;animation:1s linear 10s infinite slideRight;position:absolute;left:-20%}.loading-bar:first-child{animation-delay:0s}.loading-bar:nth-child(2){animation-delay:60ms}.loading-bar:nth-child(3){animation-delay:.12s}@keyframes slideRight{0%{left:-20%}to{left:100%}}
