@import "../colorBase.css?ln=gestaoescolar";

body {
	background: var(--background);
}

html, body, .corpo, body .body>div:not(#globalMessages) {
	height: 100%;
	margin: 0;
}

body .body {
	height: calc(100% - 5em);
}

.corpo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.corpo>div {
	background: #fff;
	border-radius: 2em;
	border: 1px solid var(--principal);
	width: 75%;
	height: 80%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-evenly;
	padding: 2em;
}

.corpo .mensagem {
	font-size: 2em;
	text-align: center;
}

.iniciar a {
	text-decoration: none;
}

.iniciar span {
	font-size: 2em;
}