@keyframes register-foreground {
    0% {
        background-position: -60px 0;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes register-foreground-new-era {
    0% {
        background-position: -220px center;
    }
    100% {
        background-position: -180px center;
    }
}

@keyframes register-background {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -20px 0;
    }
}

@keyframes register-background-new-era {
    0% {
        background-position: -195px 0;
    }
    100% {
        background-position: -175px 0;
    }
}