.fundo-identidade {
	background-color: #E3E3E3;
}

.div-titulo {
	background-color: #004E25;
	color: #FFFFFF;
    height: 50px;
   	display: flex;
    align-items: center;
    justify-content: center;
}
.div-titulo h1 {
	margin: 0;
	font-size: 23px;
}

.mb-5 {
	margin-bottom: 4rem !important;
}

.documentos {
	background-color: #58585a;
	text-align: center;
	padding: 18px;
	color: #fff !important;
	width: 244px;
	display: inline-block;
}

.documentos:hover {
	text-decoration: none;
}

input {
	border: solid 1px #A3A4A5;
	margin-top: 30px;
	width: 100%;
	height: 50px;
	text-align: center;
	outline: 0;
	border-radius: 10px;
}