body {
	color: #4e4e4e;
	background: #e2e2e2;
	font-family: 'Roboto', sans-serif;
}
.form-control {
	background: #f2f2f2;
	font-size: 16px;
	border-color: transparent;
	box-shadow: none !important;
}
.form-control:focus {
	border-color: #91d5a8;
	background: #e9f5ee;
}
.login-form {	
	width: 380px;
	margin: 0 auto;
	text-align:center;
	
}
.topLine{
	height:50px;
}
.login-form h2 {
	margin: 0;
	padding: 30px 0;
	font-size: 34px;
}
.login-form .avatar {
	margin: 0 auto 10px;
	z-index: 9;
	width: 300px;
	height: 70px;
}
.login-form .avatar img {
	width: 150px;
}
.login-form form {
	color: #7a7a7a;
	border-radius: 4px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 30px;		
}
.checkbox-inline {
	margin-top: 14px;
}
.checkbox-inline input {
	margin-top: 3px;
}
.login-form a {
	color: #4aba70;
}	
.login-form a:hover {
	text-decoration: underline;
}
.hint-text {
	color: #999;
	text-align: center;
	padding-bottom: 15px;
}