.splash-box{position:absolute;top:50%;left:50%;height:64px;width:64px;margin:-32px 0 0 -32px}.splash-box i.icon{display:block;position:absolute;top:50%;left:50%;width:32px;height:32px;font-size:27px;text-align:center;line-height:32px;margin:-15px 0 0 -16px}.splash-box span{display:block;overflow:hidden;text-indent:-9898px;background:url('../assets/img/logo.png');background-size:140px 13px;width:140px;height:13px;position:absolute;left:-36px;bottom:-42px}.spinner{height:64px;width:64px;animation:rotate 1.5s infinite linear;border:2px solid #44B5D7;border-right-color:transparent;border-radius:50%}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}