.loader-container{width:100%;height:50vh;position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;margin:auto}.loader-text{padding-top:120px;font-size:20pt;line-height:20px}.loader-text i{font-size:12pt}.loader{transform:rotate(45deg);perspective:1000px;border-radius:50%;width:96px;height:96px;color:#000}.loader:before,.loader:after{content:"";display:block;position:absolute;text-align:center;margin-left:auto;margin-right:auto;left:0;right:0;width:inherit;height:inherit;border-radius:50%;transform:rotateX(70deg);animation:1s spin linear infinite}.loader:after{color:#003363;transform:rotateY(70deg);animation-delay:.4s}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes rotateccw{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes spin{0%,to{box-shadow:.4em 0 0 0 currentcolor}12%{box-shadow:.4em .4em 0 0 currentcolor}25%{box-shadow:0 .4em 0 0 currentcolor}37%{box-shadow:-.4em .4em 0 0 currentcolor}50%{box-shadow:-.4em 0 0 0 currentcolor}62%{box-shadow:-.4em -.4em 0 0 currentcolor}75%{box-shadow:0 -.4em 0 0 currentcolor}87%{box-shadow:.4em -.4em 0 0 currentcolor}}
