#formdiv {
	width: 80%;
	height: 800px;
}

form {
	height: 80%;
}

body {
	font-family: "Gill Sans", sans-serif;
}

.valid {
	background-color: pico-color-jade-850 !important;
}

.invalid {
	background-color: pico-color-red-850 !important;
}

.textLogText 
	{
		display: none;
	}