.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #333;
}

footer.footer .container-fluid span {
    color: white;
    font-weight: 300;
    padding-right: 15px;
    padding-left: 15px;
}
.footer-text {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

footer.footer .container-fluid span.footer-text-bottom {
    margin-top: 5px;
}

.container-fluid
{
    text-align: center;
    padding-top: 15px;
}

.text-muted {
    --bs-text-opacity: 1;
    color: white!important;
}

.theme-S360.bg-login {
    background: linear-gradient(90deg, rgb(10, 111, 123) 100%, #36a6a9 100%);
}

.theme-S175.bg-login {
    background: linear-gradient(90deg, rgba(25, 63, 101, 0.95) 100%, rgba(163, 215, 255, 0.72) 100%);
}

.container
{
    width: 60vw;
    margin: 20px auto 20px auto;
    background-color: white;
    padding: 40px;
}
h2{
    text-align: center;
    margin: 0 0 20px 0;
}
