.loader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loader-spinner {
    color: #0099FF;
}

.loader-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 50%;
    padding-top: 0;
    flex: 1 1 auto;
    padding-left: 0px;
    margin-bottom: 50px;
    background-image: url("/_assets/brand/loading.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}