@media screen and (max-width: 991px){
	#content-form {
    width: 50%;
    
	}
}

@media screen and (max-width: 768px){
	#content-form {
    width: 70%;
    
	}
}