/****** Main login CSS ******/

.header {
	text-align: center;
	margin-bottom: 3em;
}

.login_page {
	height: 651px;
}

.login {
	position: relative;
	text-align: left;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background: white;
}

.login_header {
	background: #174a7c;
	color: white;
	
	font-weight: bold;
	padding-left: 10px;
	padding: 4px; 
	font-size: 10pt;
}

.login_body {
	color: #426b94;
	background: white;
	text-align: right;
	padding: 1em 2em 2em 2em;
	font-size: 11px;
}
.login_body .submit {
	margin-top: 6px;
	background-color: #9d9e3a;
	font-weight: bold;
	color: white;
	width: 200px;
}

