@CHARSET "ISO-8859-1";


 #main-panel-content .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
 #main-panel-content .logo {background: url('/images/logo.png') no-repeat center / contain; width: 258px; height: 55px;}
 #main-panel-content .progress {height: 18px; width: 141px; margin-top: 90px;}
 #main-panel-content .progress .empty {background: url('/images/webgl/progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
 #main-panel-content .progress .full {background: url('/images/webgl/progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}
 #main-panel-content .logo.Dark {background-image: url('/images/lanlogo.jpg');}
 #main-panel-content .progress.Dark .empty {background-image: url('/images/webgl/progressEmpty.Dark.png');}
 #main-panel-content .progress.Dark .full {background-image: url('/images/webgl/progressFull.Dark.png');}