#cover {
  background: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999;
}

#cover .fa-spinner {
	font-size: 30px;
	color: #000;
}

.loader-container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
}