body {
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 auto;
	min-width: 1130px;
}

a {
	color: #286aa6;
}

a:hover,
a:visited{
	color: #7ca4c8;
}

.container{
	margin: auto;
}

#header {
	border-bottom: 25px solid #ececec;
	height: 109px;
	background-color: #286aa6;
}

div#header img{
	margin-top: 21px;
}

#login_section {
	background-color: #FFF;
	height: 370px;
	padding-top: 50px;
}

#footer{
	color: white;
	background-color: #2A3133;
	font-size: 20px;
	text-align: center;
	height: 105px;
	padding-top: 15px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

#login_box {
	background-color: #fff;
	padding: 0;
	width: 30%;
	min-width: 375px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.label {
	margin-top: 3rem;
	font-size: 18px;
}

#login_button {
	margin-top: 2rem;
	background-color: #286aa6;
	color: white;
	font-size: 20px;
	padding: 10px 30px;
	width: 300px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

#login_button:hover {
	background-color: #1f5a8a;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

#login_box_header {
	background-color: #286aa6;
	font-size: 30px;
	padding: 10px;
	color: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
#login_box form {
	padding: 15px;
}

#login_box .row {
	margin-bottom: 18px;
	padding-right: 20px;
}

#login_box label,
div.reset-row label{
	font-weight: bold;
	margin-right: 5px;
	font-size: 16px;
}

.button {
	padding: 5px 15px;
	background-color: #286aa6;
	border: 1px solid #00708c;
	color: #fff;
	margin-top: 10px;
}

#message {
	position: relative;
	left: 324px;
	padding: 20px;
	top: 40px;
	width: 300px;
}

#error_message, #reset_message {
	color: red;
	padding-top: 10px;
}

div#pass_reqs li {
	text-align: left;
}

.left-align {
	margin-left: 20%;
}

div#contact-us {
	text-align: right;
	height: 25px;
	padding-top: 5px;
	float: right;
	margin-right: 300px;
}

div#contact-us a {
	color: #FFF;
}

div#center-right-content {
	height: 345px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	display: inline-block;
	margin-left: 15%;
	margin-top: -21px;
}

div#market-insights {
	border-bottom: 1px solid rgba(121, 121, 121, 0.5);
}

div#market-insights h1,
div#questions h1 {
	color: #217325;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

div#market-insights p,
div#questions p,
div#pass_reqs {
	font-size: 16px;
	color: #797979;
}

div#questions p {
	line-height: 1.75;
}

#disclaimer {
	margin: auto;
	margin-bottom: 150px;
	text-align: left; 
	width: 80%;
}

#disclaimer p {
	font-size: 14px;
}

