
#fates-logo-wrapper{
    position: fixed;
    width: 250px;
    z-index: 100;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0%);
}

#marque-container{
    position: absolute;
    width: 9%;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100px;
}

#application-splash-wrapper{
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
}

#application-splash{
    position: absolute;
    top: calc(50%);
    width: 100%;
}

#marque-container img {
    width: 100%;
}

#fates-logo-wrapper img {
    width: 100%;
}

#progress-bar-container-left, #progress-bar-container-right{
    
    height: 2px;
    width: 44%;
    background-color: #1d292c;
}

#progress-bar-container-left {
    float: left !important;
}

#progress-bar-container-right {
    float: right !important;
}

#progress-bar-left, #progress-bar-right {
    width: 0%;
    height: 100%;
    background-color: #c9c9c9;
}

#progress-bar-left {
    float: right;
}