.centerDiv {
	position: fixed;
	width: 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -250px;
}

.footerDiv {
	position: fixed;
	bottom: 100%;
	font-size: 16px;
	width: 100%;
	text-align: center;
	color: #757575;
}

.login-body {
	background: url("/javax.faces.resource/images/login2x.png.xhtml?ln=we3") top left
		no-repeat #f7f7f7;
	background-size: cover;
	background-repeat: no-repeat;
}

html {
	height: 100%;
}

.imagem {
	background-size: 120%;
	border: 7px solid #fff;
	margin: 5px 5px 5px 5px;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 82px;
	border-radius: 82px;
	opacity: 0.2;
	-webkit-transition: -webkit-box-shadow 0.5s ease-out, opacity 0.5s
		ease-out;
	-moz-transition: -moz-box-shadow 0.5s ease-out, opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	box-shadow: 2px 12px 10px rgba(0, 0, 0, 0.3);
}

.imagem:hover {
	-webkit-box-shadow: 2px 12px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 12px 10px rgba(0, 0, 0, 0.3);
	opacity: 1;
	cursor: pointer;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.ui-growl-image {
	display: none !important;
}