.header-form { min-height: 20%; margin-bottom: 25px; position: relative; }
.img-logo {
	position: relative;
	margin: 5px auto;
	background-image: url(/assets/images/img-logo-lagoinha-escala-app.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 250px !important;
	height: 75px;
}
.text-hd h2 { 
	text-align: center; 
	font-size: 25px; 
	font-weight: 700; 
	text-transform: uppercase;
}
.text-hd p { text-align: center; font-size: 18px; }
.form-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.form-group input { width: 100%; margin: 10px 0; }

.cont-form-evento {
	height: auto;
	padding: 30px 10px;
	background-color: #f4f4f4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.cont-form-evento form { width: 80%; }
.cont-form-evento label { color: var(--bs-dark); font-size: .9em; }
#btn-salvar, #btn-voltar {
	position: relative;
	max-width: 200px;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 1em;
	border-radius: 8px;
	padding: 8px 15px;
}