@charset "UTF-8";

/**
 * index.css - styling for the front page of the website
 */

#diagnostic-question {
	height: 40px;
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: left;
	clear: both;
}

	#diagnostic-question h2 {
		height: 30px;
		width: 100%;
		border: 0;
		margin: 0;
		padding: 5px;
		text-align: center;
	}

#login-form {
	padding: 5px 0 5px 0;
}

	#login-form input {
		width: 95%;
	}

	#login-form input.button {
		width: auto;
	}
