

#welclogo {
	display: block;
	text-align: center;
	height: 42.0vw;
	width: 40.0vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 8vh;


}

#welctitle {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 8vh;
	color: #777777;
	font-size: 4.0vh;
	font-family:  calibri, sans-serif, Verdana, Helvetica, Tahoma;
	font-weight: 400;

}

#form {
	display: block;
	width: 90.0vw;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}






