﻿.body_loader {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}


.loader_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.loader {
	position: relative;
	width: 50%;
	height: 50%;
	display: flex;
	justify-content: center;
}

.loader img {
	position: absolute;
}

.logo {
	top: 38%;
}


@media only screen and (max-width: 1750px) and (min-width: 1024px) {
	.loader {
		width: 30%;
	}

	.animation_logo {
		height: 150%;
		width: 210%;
		top: -10%;
	}

	.logo {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.loader {
		width: 40%;
	}

	.animation_logo {
		height: 100%;
	}

	.logo {
		width: 100%;
	}
}
