body {
	font-family: 'Open Sans', sans-serif;
}

label {
	color: #333;
}

.campo_obrigatorio {
	color: darkred;
}

button {
	background: none !important;
	max-width: 180px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	border: solid #e30615 2px !important;
	margin: 5px 3px 15px;
	color: #e30615 !important;
	padding: 8px;
	background-color: white;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: bold !important;
	text-transform: uppercase;
	transition: background .25s ease-in-out, color .25s ease-in-out;
	-moz-transition: background .25s ease-in-out, color .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out, color .25s ease-in-out;
}

button:hover {
	color: white !important;
	background-color: #e30615 !important;
}

.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
}

input {
	border-radius: 3px !important;
}