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

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

.login {
	text-align: center;
	width: 400px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	background-color: white;
}

.login_header {
	padding: 5px;
	background: #f38630;
	color: white;
	font-size: 18pt;
}

.login_body {
	background: white;
	padding: 3em 2em 2em 2em;
	text-align: right;
	font-size: 11px;
	height: 100px;
}

