
body{
	background-image: url('../img/background_mealsoft_crea_dev4u.jpg');
  background-size: auto ;
  background-repeat: no-repeat;
  background-position: center top;
}


#loginTamplate h1, #loginTamplate  h3{
	text-align: center;
}


#loginTamplate h3{
	color:#999999;
	font-size: 17px;
}



#loginTamplate strong{
	color:   #6c6c6c;
}

.formTemplate{
	margin:0 auto;
	width: 680px;
}


.headCard{
	font-weight: 200;
	color:#00957D;
}


@media screen 
  and (device-width: 360px) 
  and (device-height: 640px)  {
	.formTemplate{
		margin:0 auto;
		width: auto;
	}
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
	.formTemplate{
		margin:0 auto;
		width: auto;
	}
}


