/****************************** SECTION CREATE ACCOUNT ******************************/
#section-create{
	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;
}


/*-------------------- MOBILE (max-width:575.98px) --------------------*/
@media (max-width:575.98px){
	#frmCreateAccount .col-12{ padding: 0; }
}


/*-------------------- MOBILE (min-width:576px) and (max-width:767.98px) --------------------*/
@media (min-width:576px) and (max-width:767.98px){
	#frmCreateAccount .col-12{ padding: 0; }
}

/*-------------------- TABLET (min-width:768px) and (max-width:991.98px) --------------------*/
@media (min-width:768px) and (max-width:991.98px) {
	/****************************** SECTION LOGIN ******************************/
	#section-create{
		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-create{
		background-size: 130%;
		background-position: center -300px;
	}
}


/*-------------------- DESKTOP FULL HD (min-width:1400px) --------------------*/

@media (min-width:1400px){
	/****************************** SECTION LOGIN ******************************/
	#section-create {
		background-size: cover;
		background-position: center -400px;
	}
}