#register-container {
    background: url(/static/img/home/register/background-origins.jpg) center top no-repeat;
    animation: register-background ease-in-out 2000ms forwards;
    animation-delay: 250ms;
}

#register-container::after {
    background: url(/static/img/home/register/foreground-origins.png) no-repeat -60px 0;
    animation: register-foreground ease-in-out 2000ms forwards;
    animation-delay: 250ms;
}

#register-logo {
    background: url(/static/img/home/register/register-origins.png);
    width: 153px;
    height: 170px;
}

#season-description h1 {
    text-shadow: 0 0 32px rgb(4, 197, 213), 0 0 32px rgb(4, 197, 213), 0 0 32px rgb(4, 197, 213), 0 0 32px rgb(4, 197, 213);
}

#post-register-logo {
    background: url(/static/img/home/register/register-origins.png);
    width: 153px;
    height: 170px;
}

@media (max-width: 992px) {
    #season-description {
        background: url(/static/img/home/register/background-origins-responsive.jpg) center;
        background-size: cover;
    }
}

#register-checkboxes a {
    color: #04c5d5;
}