body {
    background: url(/assets/img/bg-polpo.png)no-repeat left top;
    background-size: cover;
    font-family: 'Work Sans';
    height: 100vh;

}
*{
	 outline: none !important;
}

.titulo img {
    max-width: 100%;
}

.descricao {
    display: flex;
    justify-content: flex-end;
    padding-top: 40px;
}
.descricao h4 {
    font-size: 16px;
    color: #fff;
    line-height: 35.41px;
    font-weight: 400;
    width: 70%;
}

.agradecimento {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 100px;
}
.agradecimento h3 {
    color: #fff;
}
.agradecimento h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

.formulario .titulo h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}

.formulario .titulo p, .formulario label {
    font-size: 16px;
    color: #fff;
}

.formulario form {
    display: flex;
    flex-direction: column;
}

.formulario {
    width: 100%;
    max-width: 350px;
    padding-top: 150px;
}

.titulo-descricao {
    padding-top: 305px;
}

.formulario label {
    margin: 0;
}
.formulario input {
    width: 350px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 6px;
    border: none;
    padding-left: 15px;
    margin-bottom: 25px;
}

.formulario input[type="submit"]:hover {
    filter: brightness(1.2);
}
.formulario input[type="submit"] {
    width: 160px;
    height: 64px;
    left: 1070px;
    top: 624px;
    background: #00378A;
    border-radius: 6px;
    color: #fff;
    transition: ease-out 0.5s;
    padding-left: 0;
}



@media (max-width: 572px){

	body {

		background: url(/assets/img/bg-polpo-mobile.png)no-repeat left top;
   		 background-size: cover;
   		 height: 100%;

	}

	.titulo-descricao {
	    padding-top: 65px;
	}

	.descricao{
		padding-top: 45px;
	}

	.descricao h4 {
	    width: 100%;
	}

	.formulario input {
	    width: 100%;
	}

	.titulo img {
	    max-width: 210px;
	}
	.formulario {
	    padding-top: 45px;
	    padding-bottom: 100px;
	}

	.agradecimento {
	    padding-top: 50px;
	}

}