.status {
    width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
    background-image: url("https://www.ecoexploraconsultoria.com/wp-content/uploads/2017/02/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
