@charset "utf-8";
.botao_formulario {
	color: #FFF;
	background: linear-gradient(to right, #ffe6c6, #e7947b);
	height: 30px;
	width: 80%;
	font-weight: 700;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	-webkit-transition: all 0.5s; /* Safari */
	transition: all 0.5s;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: auto;
	margin-left: auto;
}

.botao_formulario:Hover {
	text-decoration: underline;
	width: 100%;


}

.caixa_formulario{
	width: 90%;
	font-family: 'Lato', "sans-serif;";
	font-weight: 400;
	padding-right: 10px;
	padding-left: 10px;
	
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
