.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: '';
    display: block;
    font-size: 10px;
    width: 2em;
    height: 2em;
    margin-top: -1em;
    border-radius: 1em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    -webkit-box-shadow: #4DBFBF 3em 0 0 0, #4DBFBF 2.2em 2.2em 0 0, #4DBFBF 0 3em 0 0, #4DBFBF -2.2em 2.2em 0 0, #4DBFBF -3em 0 0 0, #4DBFBF -2.2em -2.2em 0 0, #4DBFBF 0 -3em 0 0, #4DBFBF 2.2em -2.2em 0 0;
    box-shadow: #4DBFBF 3em 0 0 0, #4DBFBF 2.2em 2.2em 0 0, #4DBFBF 0 3em 0 0, #4DBFBF -2.2em 2.2em 0 0, #4DBFBF -3em 0 0 0, #4DBFBF -2.2em -2.2em 0 0, #4DBFBF 0 -3em 0 0, #4DBFBF 2.2em -2.2em 0 0;}

@-moz-keyframes spinner {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spinner {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

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