.loading-panel {
    width: 50%;
    height: 50px;
    z-index: 100;
    position: absolute;
    top: 35%;
    left: 25%;
}

.loading-panel-logo {
    width: 154px;
    height: 130px;
    background: url('../../images/progresslogo.png');
    margin-left: auto;
    margin-right: auto;
}

.loading-panel-progressbar {
    width: 0;
    height: 22px;
    padding: 2px;
    background-color: #fff;
    color: #000;
    white-space: nowrap;
}

.loading-panel-frame {
    border: 1px solid #fff;
    width: 100%;
    height: 22px;
    position: relative;
    top: -22px;
}