/****************************** SECTION LOGIN ******************************/
#section-login{
	background: url('../img/club-sandwich-fries-sauce.jpg');
	background-size: cover;
	background-position: center -300px;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 190px;
}
#section-login h2 img{ 
	height: 18px; 
	vertical-align: top;
	-webkit-filter: grayscale(100%); /* Webkit */
    filter: gray; /* IE6-9 */
    filter: grayscale(100%); /* W3C */
	opacity:.5;
}


/*-------------------- TABLET (min-width:768px) and (max-width:991.98px) --------------------*/

@media (min-width:768px) and (max-width:991.98px){
	/****************************** SECTION LOGIN ******************************/
	#section-login{
		background-size: 130%;
		background-position: center -130px;
	}
}


/*-------------------- TABLET (min-width:992px) and (max-width:1199.98px) --------------------*/

@media (min-width:992px) and (max-width:1199.98px){
	/****************************** SECTION LOGIN ******************************/
	#section-login{
		background-size: 130%;
		background-position: center -300px;
	}
}


/*-------------------- DESKTOP FULL HD (min-width:1400px) --------------------*/

@media (min-width:1400px) {
	/****************************** SECTION LOGIN ******************************/
	#section-login{
		background-size: cover;
		background-position: center -400px;
	}
}