html, body {
    background-color: transparent !important;
}

#FPLoader  {
    background-color: #F3EDE9 !important;
    display: flex;
    flex-direction: column;
    z-index: 20;
}

#FPLoader::before {
    position: absolute;
    content: "";
    background-image: url(../img/fpwatch.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
    right: 0px;
    bottom: 0;
    left: 0px;
}

#FPLoaderValue {
    background-color: white;
    width: 124px;
    height: 20px;
    border-radius: 10px;
    border: solid 1px #888;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #555;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 67px;
}

.page-container {
    width: 100%;
    height: 100vh;
    position: relative;
    margin: 0;
}

@media (max-device-width: 640px) {
    #FPLoaderValue {
        margin-right: 38px;
        width: 90px;
    }
}
