.sh-login-body {
    background-color: #fff !important;
    background-image: none !important;
}

.sh-login-body .sh-login {
    width: 465px !important;
    background-color: #0000 !important;
    box-shadow: none !important;
    box-sizing: content-box;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}

.sh-login-body .sh-login .sh-login-box {
    padding: 45px !important;
}

body.sh-login-body .ui-g .ui-button {
    color: #0570b4 !important;
}

.sh-login-body .sh-login .sh-curr-ver-short {
    padding: 15px 45px 0px 45px !important;
}

.sh-login-body .sh-login .sh-login-under-box {
    padding: 0px 45px 15px 45px !important;
}

/*animated background*/
.background,
.background_top {
    position: absolute;
    width: 100vw;
    height: 100vh;
    margin: auto;
    overflow: auto;
    background: transparent;
    animation: none;
    background-size: 400% 400%;
    background-attachment: fixed;
    pointer-events: none;
}

.background_top {
    rotate: 180deg;
    overflow: hidden;
}

.background > div,
.background_top > div {
    width: 100vw;
    height: 100vh;
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

.background .wave,
.background_top .wave_top {
    background: rgb(2 62 116 / 60%);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 5em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.7;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.wave:nth-of-type(2),
.wave_top:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3),
.wave_top:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}

.logo-login::before {
    display: flex;
    width: 375px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.service-page-login-logo-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sh-service-pages-logo-login {
    float: right;
    margin: 0px;
    bottom: 0px;
    width: 180px;
    margin-right: 20px;
    content: url(\/ShakeSpeare/ShakeSpeareService/javax.faces.resource/images/service_pages_logo.png.xhtml?ln=primefaces-shakespearesass);
}