body {
	margin: 0;
	padding: 0;
	background-color: #EEE;
}
.title {
	text-align: center;
	font: bold 24px Roboto, sans-serif;
	vertical-align: middle;
	margin-bottom: 1em;
}
.login {
	border-radius: 10px;
	border: none;
	background: #054576;
	width: 300px;
	height: 49px;
	font: bold 16px Roboto, sans-serif;
	color: white;
}
.body {
	border-radius: 10px;
	box-shadow: 10px 10px 20px grey;
	padding: 23px 29px 20px 29px;
	background: #FFF;
}
#content {
	width: 360px;
	height: 400px;
	margin: 100px auto;
}
label {
	color: #A4AAB2;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-bottom: 11px;
}
.textfield {
	border: none;
	font: 19px Arial, Helvetica, sans-serif;
	color: #B6C3C9;
	width: 250px;
	border: 1px solid #CED3D8;
	border-radius: 3px;
	border-top: 1px solid #A0A4A9;
	padding: 10px;
	padding-left: 40px;
	margin-bottom: 19px;
}
.logo {
	text-align: center;
}
.textfield[type="text"] {
	background: url('../images/icons/username-input.png') repeat-x top;
}
.textfield[type="password"] {
	background: url('../images/icons/password-input.png') repeat-x top;
}
.flash_error {
	font: bold 12px Roboto, sans-serif;
	line-height:17px;
	box-shadow:0 1px 0 #F7F7F7;
	position:relative;
	border-radius:3px;
	zoom:1;
	margin:15px auto;
	padding:14px 42px;
	background:#F8E9E9 url(../img/admin/cross.png) no-repeat 14px 14px;
	border:1px solid #E4BBBC;
	color:#BF2C11;
}

