.spinner {
    height: 0;
}
.loading {
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
}
.loading::before {
     content: '';
     display: block;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #F2F4F6;
     opacity: 0.5;
 }


.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    overflow: auto;
    margin: auto;
    height: 7rem;
    width: 7rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(e8ce7decdef8f481adfe173e32baa4f4.svg);
    background-size: 7rem 7rem;
}


/*# sourceMappingURL=app.login.transferLoginState.0.css.dd75d2b055cd2da9b9534e2d7cb26c94.css.map*/