.skeleton{position:relative;overflow:hidden;background:#2c343c}
.skeleton::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,221,235,.2),transparent);animation:skeleton-loading 1.5s infinite}
@keyframes skeleton-loading{
0%{transform:translateX(0)}
100%{transform:translateX(200%)}
}
.skeleton .switch-form,.skeleton button,.skeleton h2,.skeleton h3,.skeleton i,.skeleton input,.skeleton p{background:#2c343c;color:transparent;border-radius:5px}
.skeleton h3{width:60%;height:24px;margin:0 auto 15px}
.skeleton p{width:80%;height:16px;margin:0 auto}
.skeleton i{width:40px;height:40px;margin:0 auto 20px}
.skeleton h2{width:60%;height:24px;margin:0 auto 15px}
.skeleton input{width:100%;height:40px;margin-bottom:15px}
.skeleton button{width:100%;height:40px;margin-top:15px}
.skeleton .switch-form{width:80%;height:16px;margin:15px auto}