/*Para Tablet(largura máxima de 820px)*/
@media(max-width: 820px){
	#formulario{
		width: 100%;
		height: 800px;
		display: flex;
		flex-direction: column;
	}
	.form_des{
		width: 100%;
		height: 30%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.form_des img{
		width: 50%;
		height: auto;
	}
	form{
		width: 100%;
		height: 70%;
		background: #fff;

	}
	form h2{
		color: #44b4e6;
		font-size: 24px;
	}
	form input{
		border: 2px solid #44b4e6;
	}
}