#Loading {
	background: url(/static/desert/images/newbg-6c7bcb797b23d0bc88ef4d689d270f76.jpg);
	background-size: cover;
	display: block;
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 50%;
	top: 50%;
	color: white;
	transform: translate(-50%, -50%);
	text-align: center;
	padding-top: 200px;
}

#TestArea {
	display: none;
	background-color: #00316C;
	height: 30px;
	margin-top: 20px;
}

#starfield {
	position: relative;
	top: 0;
	text-align: center;
}
#CloseDialog {
	position: fixed;
	display: none;
	width: 80%;
	max-width: 600px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #eee;
	opacity: 0.95;
	border-radius: 10px;
	z-index: 999;
}

.form-group {
	max-width: 380px;
	margin: 0 auto 15px;
}