.loader {
    background-color: #fff;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 10001;
}
.loader img {
    max-width: 70vw;
}

.loader .bg {
    background: #23295F;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}


