@charset "utf-8";
/* CSS Document */

@media screen and (min-width:320px) and (max-width:1024px)
{
	
	.container-forms{max-width:900px; flex-direction: column; justify-content:space-between; padding:20px 30px 30px 30px; 
    border-radius:0 0 6px 6px; margin:0px auto 40px auto;}
	.forms-left{margin-bottom:20px;}
	
	
}




