html, body {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: 100%;
}

#login-panel {
	width: 380px;
	height: 400px;
	background-color: #fff;
	box-shadow: 0 0 3px #888;
	border-radius: 3px;
	margin: 0 auto;
	padding: 30px 40px 50px 40px;
}

hr {
}

label {
	font-weight: normal;
	color: #444;
	margin-bottom: 10px;
}

.form-control-feedback {
	left: 6px;
	color: #aaa;
}
input {
	padding-left: 42px !important;
}

#login-panel .title {
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 6px;
}

.status-container {
	visibility: hidden;
}

a {
	color: #888;
}

a:hover,
a:focus {
	color: #E0464C;
	text-decoration: none;
}

.fa {
	margin-right: 4px;
}