
div .titulo-programa {
	font-family: Roboto,"Helvetica Neue",sans-serif;
	font-size: 19px; 
	font-weight: normal;
	margin-bottom: 15px;
}

.mensagem-login {
	font-weight: bold;
	font-size: 14px;
	list-style-type: none; 
	padding-left: 0px; 
	margin-top: 0px;
	margin-bottom: 20px;
}

.mensagem-login-info {
	color: #3F51B5;
}

.mensagem-login-error {
	color: #e62a10;
}

.login-body {
    background: url("/javax.faces.resource/imagens/fundo-imagem-login.jpg.xhtml") top left no-repeat #f7f7f7;
    background-size: 100% auto;
}

/* Modificam a aparencia do p:blockUI */
.blockui-background {
	background: white !important; 
	opacity: 0.8 !important;
}
.ui-blockui-content {
	border: none !important;
	moz-box-shadow: none !important;
    -webkit-box-shadow: none !important; 
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.versao{
	font-size: 11px;
    color: #8C8C8C;
}