html, body, form {
	height: 100%;
}

label {
	font-family: arial;
}

body {
	background-color: #f1f1f1;
}

.divEntidade {
	border: 2px solid #c91f0c;
	display: flex;
	justify-content: center;
	width: 300px;
	margin: auto;
	align-items: center;
	top: 10%;
	height: 400px;
	background-color: white;
	position: relative;
}

.divLoginEntidade {
	text-align: center;
	width: 70%;
	padding: 20px;
}

.labelManual{
	position: absolute;
	right: 20px;
	top: 20px;
	text-decoration: underline;
	font-size: 19px;
	color: blue;
}

.inputEntidade, .inputSenha {
	border: 0;
	border-bottom: 1px solid gray;
	outline: 0;
	width: 80%;
	text-align: center;
	height: 40px;
}

.inputSubmit {
	background-color: #2d353c;
	color: white;
	border: 0;
	width: 125px;
	height: 30px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 17px;
	margin-top: 30px;
}

.cabecalho {
	color: #c91f0c;
	font-size: 40px;
}