
.custom-loader img {
    width: 60px !important;
    height: 60px;
    margin:auto;
}

.custom-loader {
    background: rgba(12,31,96,.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%
}

.lottie-layer .lottie {
    position: absolute;
    width: 65px;
    height: 65px;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    bottom: 0;
    right: 0
}
