#main-loading{
	background-color:#FDFBFD;
	position:relative;
}
#main-loading #app-loading{
	position: absolute;
z-index:1;
background-image: url('images/app-logo.png');
	background-repeat: no-repeat;
width:123px;
	height:146px;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#main-loading #loading-gif{
	position: absolute;
	background-image: url('images/predefined_loading_2.gif');
	background-repeat: no-repeat;
	width:800px;
	height:393px;
	top: 62%;
	left: 50%;
	transform: translate(-50%, -50%); 
	background-size:cover;
	
}
