
body{
	background-image: url('../img/pdp_1920_1200.png');
  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;
}

#loginButton, #loginTamplate #send {
	width: 100%;
	background-color: #296479;
	border-color: #296479;
}

#logo-sti-ta img{
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}
}


@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;
	}
}


