.appLoader{box-sizing:border-box;border:8px solid #fff;border-color:#120075 #fff #0000;border-radius:50%;width:60px;height:60px;animation:1s linear infinite rotation;display:inline-block;position:relative}.appLoader:after{content:"";box-sizing:border-box;transform-origin:50%;border:3px solid #0f8;border-top-color:#0000;border-radius:50%;width:40px;height:40px;margin:auto;animation:.5s linear infinite rotationBack;position:absolute;inset:0}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.appLoader2{letter-spacing:2px;color:#fff;text-shadow:0 0 1px #fff;font-family:Arial,Helvetica,sans-serif;font-size:48px;font-weight:700;animation:1s ease-in-out infinite alternate smokeOut}.appLoader2:before{content:"Loading"}@keyframes smokeOut{to{opacity:.08;filter:blur(5px);letter-spacing:4px}}.signLoading{box-sizing:border-box;border:3px solid #fff;border-bottom-color:#0000;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block;position:relative}.signLoading:after{content:"";box-sizing:border-box;transform-origin:50%;border:3px solid #46ca12;border-color:#0000 #46ca12 #28c922;border-radius:50%;width:24px;height:24px;margin:auto;animation:.5s linear infinite rotationBack;position:absolute;inset:0}
