.view[name='loading'] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1900;
}
.view[name='loading'] > .content {
    position: fixed;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    text-align: center;
}
.view[name='loading'] > .content > img {
    width: 120px;
}
.view[name='loading'] > .content > div {
    font-size: 24px;
    font-weight: 600;
}