* {
	outline: none;
}

#erros * {
	font-family: arial;
	color: red;
	font-size: 12px;
}

form {
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 1px;
	border: 1px solid #adadad;
}

.campo input:focus {
	box-shadow: 0 0 3px #54a0ff;
}

.acoes {
	text-align: center;

}

.acoes button {
	cursor: pointer;
	border-radius: 5px
}

.acoes button:active {
	background: #c7c7c7;
}

.campo label {
	color: rgba(0, 0, 0, 0.99);
}

.campo input, select {
	width: 96%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	border-radius: 3px;
	border: 1px solid #8a8a8a;
	padding-left: 5px;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.vertical-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

fieldset {
	border: 1px solid rgba(49, 92, 49, 0.97);
	border-radius: 5px;
	margin-top: 10px;
}

legend {
	padding: 0.2em 0.5em;
	border: 1px solid rgba(49, 92, 49, 0.97);
	color: rgba(0, 0, 0, 0.99);
	font-size: 90%;
	text-align: center;
}

button {
	padding: 10px;
	margin-right: 10px;
	border: 1px solid #8a8a8a;
}