html,body,#app{height:100%;margin:0;padding:0}#loading-container{height:100%;width:100%;position:fixed;z-index:1;margin-top:0;top:0;background-color:#f0f3f6}.loader-box{margin:auto;margin-top:40vh;text-align:center}.loader-box .label{min-height:30px;line-height:30px;font-family:Gotham,'Helvetica Neue',Helvetica,Arial,sans-serif;color:#404040;font-size:14px}.loader-box .loader{width:90px;height:90px;box-sizing: content-box;overflow:hidden;display:block;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;border:3px solid #6bbedc;position:relative;margin:15px auto;z-index:1}.loader-box .element-animation{animation:animationFrames linear 3s;animation-iteration-count:infinite;animation-fill-mode:forwards;-webkit-animation:animationFrames linear 3s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;-moz-animation:animationFrames linear 3s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:forwards;-o-animation:animationFrames linear 3s;-o-animation-iteration-count:infinite;-o-animation-fill-mode:forwards;-ms-animation:animationFrames linear 3s;-ms-animation-iteration-count:infinite;-ms-animation-fill-mode:forwards}@keyframes animationFrames{0%{transform:translate(-350px,7px)}100%{transform:translate(0px,7px)}}@-moz-keyframes animationFrames{0%{transform:translate(-350px,7px)}100%{transform:translate(0px,7px)}}@-webkit-keyframes animationFrames{0%{transform:translate(-350px,7px)}100%{transform:translate(0px,7px)}}@-o-keyframes animationFrames{0%{transform:translate(-350px,7px)}100%{transform:translate(0px,7px)}}@-ms-keyframes animationFrames{0%{transform:translate(350px,7px)}100%{transform:translate(0px,7px)}}