body {
	text-align: center;
	background-color: #1D2028;
	font-family: 'Roboto', sans-serif;;
}
#login {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 290px;
	text-align: center;
	transform: translate(-50%, -50%);
}
#login-logo { margin-bottom: 30px; }
.login-title {
	margin: 0 0 30px 0;
	font-size: 18px;
	color: #FFF;
}
.login-title.error {
	height: 40px;
	line-height: 40px;
	color: #FFF;
	background: #FF6359;
	border-radius: 5px;
}
label {
	display: block;
	margin-bottom: 8px;
	color: #FFF;
	font-size: 17px;
	text-align: left;
}
input[type=text], input[type=password] {
	width: calc(100% - 10px);
	height: 40px;
	margin-bottom: 25px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 5px;
	border: none;
}
#login-submit, #forgot-submit, #forgot-cancel, #authy-submit {
	float: left;
	display: inline;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	background-color: #00AFFF;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}
#login-submit:hover, #forgot-submit:hover, #authy-submit:hover { background-color: #00B8FF; }
#forgot-submit {
	width: 50%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#forgot-cancel {
	width: 50%;
	background-color: #404455;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#forgot-cancel:hover { background-color: #4A4E5F; }
input:focus, select:focus, textarea:focus, button:focus { outline: none; }
#login-remember {
	float: left;
	width: 100%;
	margin-top: 25px;
	padding-top: 25px;
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	text-align: left;
	border-top: 1px solid #5C5E70;
}
#login-remember a {
	float: right;
	color: #FFF;
}
#login-remember a:hover { text-decoration: none; }
#lucy-by-form {
	float: left;
	margin-top: 20px;
}