.anchoForm{
	max-width:400px; 
}
.anchoForm2{
	max-width:400px; 
	margin-bottom:25px;
}

/* Tablet version */
@media (min-width: 768px) {
	.anchoForm{
		max-width:700px; 
	}
	.anchoForm2{
		max-width:700px; 
		margin-bottom:25px;
	}
}

/* Desktop version */
@media (min-width: 1024px) {
}

