body.loading
{
    overflow: hidden;
}

.loader
{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1031;
	background-image: url(../img/loader.svg);
	background-position: center center;
	background-size: 300px 300px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #002A5B;
	top: 0;
	left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading_logo
{
    margin-top: -180px;
    width: 60px;
}