.login-form-background
{
	margin-top: 10%;
	background-image: url('login.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
}
.login
{
	background-color: rgba(0,0,0,0.5);
}
.login_image
{
	margin-top: -30%;
	margin-left: 20%;
	border-radius: 50%;
}