body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	background-image: url("RailwaySilo.jpg");
	background-size: cover;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 40px;
	color: darkgreen;
	padding: 5px;
	text-align:center;
}

fieldset {
	width: 350px;
	color: white;
	padding: 15px;
	background-color: darkgreen;
	margin: 0 auto;
}

legend {
	color: black;
	letter-spacing: 3px;
	margin-left: 0;
}

.error {
	font-family: Tahoma, Geneva, sans-seriff;
	font-size: 14px;
	color: #F00;
	font-weight: bold;
	letter-spacing: 2px;
}

input[type=text], input[type=password] {
	width: 90%;
	padding: 5px;
	margin: 8px 0;
	box-sizing: border-box;
}

