body {
    -webkit-animation: -amp-start 1s steps(1, end) 0s 1 normal both;
    -moz-animation: -amp-start 1s steps(1, end) 0s 1 normal both;
    -ms-animation: -amp-start 1s steps(1, end) 0s 1 normal both;
    animation: -amp-start 1s steps(1, end) 0s 1 normal both
}

@-webkit-keyframes -amp-start {
    from {
        visibility: hidden
    }
    to {
        visibility: visible
    }
}

@-moz-keyframes -amp-start {
    from {
        visibility: hidden
    }
    to {
        visibility: visible
    }
}

@-ms-keyframes -amp-start {
    from {
        visibility: hidden
    }
    to {
        visibility: visible
    }
}

@-o-keyframes -amp-start {
    from {
        visibility: hidden
    }
    to {
        visibility: visible
    }
}

@keyframes -amp-start {
    from {
        visibility: hidden
    }
    to {
        visibility: visible
    }
}

.page-wrap.loginform .spinner-icon-1 {
    background-image: url(/static-ui/img/Ellipse2.png);
}

.page-wrap.loginform .spinner-icon {
    background-image: url(/static-ui/img/Ellipse1.png);
}