html, body{
	background-image: url("../img/background2.jpg");
	background-size: cover;
	position: relative;
}
hr{
	width: 75%;
}
.login-container{
	position: float;
	width: 30%;
	margin-left: 35%;
	background-color: rgba(0, 0, 0, 0.6);
	color:  #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 2%;
	border-radius: 0 0 10px 10px;
		
}

.img-login{
	width: 34%;
	/*height: 150px;*/
	margin-bottom: 2%;
}
#user, #password{
	width: 75%;
	color: #000;
	margin-top: 2%;
}
#user:focus{
	-webkit-box-shadow: 1px 2px 5px rgba(255,0,0,1); 
	-moz-box-shadow: 1px 2px 5px rgba(255,0,0,1); 
	box-shadow: 1px 2px 11px rgba(255,0,0,1);
}
#password:focus{
	-webkit-box-shadow: 1px 2px 5px rgba(255,0,0,1); 
	-moz-box-shadow: 1px 2px 5px rgba(255,0,0,1); 
	box-shadow: 1px 2px 11px rgba(255,0,0,1);
}

#start_session:focus{
	-webkit-box-shadow: 1px 2px 5px rgba(255,0,0,1); 
	-moz-box-shadow: 1px 2px 5px rgba(255,0,0,1); 
	box-shadow: 1px 2px 11px rgba(255,0,0,1);
}
#start_session{
	width: 80%;
	/*border-style: solid;*/
	border-width: 1px;
	border-color: #FFF;
	height: 40px;
	margin-top: 6%;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	
}
#start_session:hover{
	border-width: 2px;
	-webkit-box-shadow: 1px 2px 5px rgba(255,0,0,1); 
	-moz-box-shadow: 1px 2px 5px rgba(255,0,0,1); 
	box-shadow: 1px 2px 11px rgba(255,0,0,1);
}