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

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

#register-logo {
    background: url(/static/img/home/register/register-era.png);
    width: 126px;
    height: 143px;
}

#season-description h1 {
    text-shadow: 0 0 32px rgb(253, 33, 250), 0 0 32px rgb(253, 33, 250), 0 0 32px rgb(253, 33, 250), 0 0 32px rgb(253, 33, 250);
}

#post-register-logo {
    background: url(/static/img/home/register/register-era.png);
    width: 126px;
    height: 143px;
}

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

#register-checkboxes a {
    color: #fd21fa;
}