body{
	color:#fff;
	background-color:#c8c8c8;
}

.login-form{
	width:350px;
	margin:0 auto;
	padding:100px 0 30px;
}


.login-form form{
	color:#7a7a7a;
	border-radius:2px;
	margin-bottom:15px;
	font-size:13px;
	background: white;
	padding:30px;
	position:relative;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-form .logo{
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	width:115px;
	height:115px;
	top:-50px;
}

.login-form .logo img{
	width:100%;
	border-radius:50%;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.login-form h2{
	font-size:18px;
	margin:45px 0 25px;
}

.form-control{
	min-height:40px;
	background:#fff;
	box-shadow:none !important;
	border-color:#e3e3e3;
}

.login-form form a:hover{
	
	text-decoration:underline;
}
