body {
	margin: 0;
	background-color: #F2F2F2;
	font-family: 'Roboto', sans-serif;
	color: #033E5E;
}
#headerDiv {
	width: 300px;
	margin: 5% auto;
	text-align: center;
	padding: 2px;
}
#headerDiv > img {
	background-size: contain;
	width: 100%;
}
#centerDiv {
	width: 432px;
	min-height: 200px;
	margin: 5% auto;
	text-align: center;
	font-size: 16px;
	background-color: #FFF;
	border-radius: 0px;
	padding: 2px;
	-webkit-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.75);
}
#centerDiv h4 {
	cursor: default;
	font-size: 20px;
}
#centerDiv a {
	text-decoration: none;
	color: #008798;
	font-size: 16px;
}
#centerDiv a:hover {
	text-decoration: underline;
}
#login_content, #reset_content {
	margin: 2em auto;
	width: 65%;
}
form {
	text-align: left;
}

#reset_form {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#centerDiv label {
	padding-right: 6px;
}
input {
	border: none;
	height: 30px;
	width: 100%;
	font-size: 16px;
}

.input_label {
	padding-bottom: 1px;
}

input:focus {
    outline: none;
    box-shadow: 0 0 4px #719ECE;
}

input[type="text"], input[type="password"], input[type="email"] {
	margin-bottom: 13px;
	padding: 4px;
	border: 1px solid #444;
	width: calc(100% - 10px);
}

input[type="submit"] {
	margin: 0 auto;
	border-radius: 2px;
	border: 1px solid #0A6697;
	border-bottom: 2px solid #0A6697;
	background-color: #297EAC;
	color: #FFFFFF;
}
input[type="submit"]:hover {
	cursor: pointer;
	background-color: #0A6697;
}
#error_message, #reset_message {
	color: #EA3B08;
}
#pass_reqs {
	text-align: left;
	font-size: 18px;
	padding: 8px;
}
#pass_reqs ul {
	padding-left: 28px;
}
#login_button {
	margin: 20px auto;
	width: 90%;
	height: 40px;
}