.loading-container{
	
	opacity: 0;
	visibility: hidden;
	
	position: fixed;
	z-index:1001;
	width: 100%;
	height: 100vh;
	top:0;
	left: 0;
	background: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading-container >img{
	max-width: 60px;
}