body.loading
{
    overflow: hidden;
}

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

.loading_logo
{
    margin-top: -120px;
    width: 140px;
}