/** Cadastro ------------------------------- **/
section#cadastro {
	margin-top: -1rem;
}

section#cadastro form fieldset legend {
	font-size: 1.2rem;
	font-weight: bold;
	color: #c39d4c;
	padding: 0.95rem 0;
}

section#cadastro form button[type=submit] {
	font-family: 'Gobold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}