body {
	text-align: center;
	background-color: #1D2028;
	font-family: 'Helvetica Neue', Helvetica, Arial;
}
#login {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	margin: -160px 0 0 -150px;
}
#login-logo { margin-bottom: 50px; }
.login-title {
	margin-top: -20px;
	font-size: 18px;
	color: #FFF;
}
.field {
	position: relative;
	float: left;
	display: block;
	width: 235px;
	height: 44px;
	margin-bottom: 2px;
	padding-left: 44px;
}
.field.active { background-position: 0 -44px !important; }
.field.error img {
	position: absolute;
	top: 5px;
	right: -120px;
}
.field input {
	float: left;
	display: inline;
	width: 236px;
	height: 14px;
	padding: 15px 10px 15px 10px;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	font-size: 14px;
	color: #1D2028;
	border: none;
}
.field.error input {
	padding: 13px 8px 13px 8px;
	border: 2px solid #FF6254;
}
#email-box { background: transparent url(../images/login-email.png) no-repeat 0 0; }
#password-box { background: transparent url(../images/login-password.png) no-repeat 0 0; }
#login-submit, #forgot-submit {
	width: 300px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	background-color: #00D3B4;
	border: none;
	cursor: pointer;
}
#forgot-submit { width: 150px; }
#forgot-cancel {
	float: left;
	display: inline;
	width: 150px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	background-color: #404455;
	border: none;
	cursor: pointer;
}
#forgot-cancel:hover { background-color: #4A4E5F; }
#login-submit:hover, #forgot-submit:hover { background-color: #00E4C4; }
input:focus, select:focus, textarea:focus, button:focus { outline: none; }
#login-remember {
	float: left;
	width: 100%;
	padding: 15px 0 12px 0;
	font-size: 13px;
	line-height: 13px;
	color: #FFF;
}
#login-remember a {
	margin-left: 25px;
	color: #FFF;
}
#login-remember a:hover { text-decoration: none; }
#lucy-by-form {
	float: left;
	margin-top: 20px;
}