body {
	background-color: #D3F6F7;
	background-image: url("../img/background/img-background.png");
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 80px;
	color: #607D8B;
	font-family: Ebrima;
}

footer {
	margin-top: 30px;
	width: 100%;
}

footer p {
	font-size: 0.8em;
	text-align: center;
}

#painel-login {
	width: 360px;
	margin: auto;
	background-color: white;
	box-shadow: 1px 1px 3px #aaa;
	border-radius: 5px;
	padding: 0px;

}

.icon {
	margin: 10px 5px 5px 5px;
}

#painel-login-container {
	width: 270px;
	margin: auto;
}

#painel-login-topo {
	text-align: center;
	background-image: url("../img/logomarca/simbolo.svg");
	background-size: 48px;
	background-position: center 40px;
	background-repeat: no-repeat;
	height: 140px;
	padding-top: 100px;
	margin-bottom: 30px;
}

#painel-login-topo p {
	width: 160px;
	margin: auto;
	font-weight: bold;
	margin: auto;
}


#no-robot {
	padding: 8px;
	border: solid 1px #B6C9CE;
	border-radius: 10px;
	background-color: #F2F4F4;
	font-family: Ayuthaya;
	font-size: 0.9em;
}

#painel-login-container > p {
	text-align: center;
	padding: 10px;
}

#painel-cadastro {
	font-size: 0.9em;
}