.backgroundCoverImage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.LocalLogo {
    padding-top: 15px;
    margin-bottom: -15px;
    max-width: 250px;
    max-height: 150px;
}

.copyrightText {
    position: absolute;
    bottom: 22px;
    padding: 15px;
    color: #808080;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}

.appVersionFront {
    position: absolute;
    bottom: 0;
    padding: 15px;
    color: #808080;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}
