body[id=RSData] .login-image-bg {
	background-image: url(/dataSEESMT/javax.faces.resource/images/system/RSData/bg_dataseesmt-compress.jpg;jsessionid=Xw34-qNoKT1SaooZnkhArBlw7D70mpL9ZYIU7cxg.worker-09:worker-rsdataB);
}
body[id=MEDFOPAG] .login-image-bg {
	background-image: url(/dataSEESMT/javax.faces.resource/images/system/MEDFOPAG/bg-login.jpg;jsessionid=Xw34-qNoKT1SaooZnkhArBlw7D70mpL9ZYIU7cxg.worker-09:worker-rsdataB);
}


body.descricao-sistema {
	display: block;
}
body[id=RSData] .descricao-sistema {
	display: block;
}

.logo-sistema {
	text-align: center;
}
.logo-sistema img {
	width: 65%;
}
div.captcha-google {
	height: 78px;
}
.termos-uso {
	color: grey;
	text-decoration: none;
	font-size: 11px;
}
.termos-uso a {
	color: grey;
}
.text-right {
	text-align: right!important;
}
.text-center {
	text-align: center!important;
}

.no-display {
	display: none;
}

.opacity-0 {
	opacity: 0;
}

form input[type=text],form input[type=password] {
	box-shadow: none!important;
}
form button[type=submit],form input[type=submit] {
	text-transform: uppercase;
	font-size: 12px;
}

div.digicert-app {
	text-align: center;
	margin-top: 30px;
}



#requisicaoSenha {
	text-align: center;
}
#requisicaoSenha p.title {
	font-size: 14px;
	text-align: center;
	padding: 30px;
}
#requisicaoSenha > div {
	background: #fff;
	max-width: 750px;
	display: inline-block;
}
#requisicaoSenha div.descricoes label {
	font-size: 12px;
}
#requisicaoSenha div.descricoes .form-group {
	margin-bottom: 5px;
	text-align: left;
}

.input-pass input[type=text], .input-pass input[type=password] {
	padding-right: 30px;
}
.input-pass span.zmdi {
	position: absolute;
	float: right;
	top: 37px;
	right: 10px;
	cursor: pointer;
	z-index: 9;
}
#formRequisicao .input-pass span.zmdi {
	top: 12px;
}
.pass-view {
	position: relative;
}
.input-pass span.cont-caracter {
	float: right;
	color: lightgrey;
	font-size: 12px;
	padding: 3px 0;
}


.indicator-password {height: 5px;margin: 10px 0;display: flex;align-items: center;justify-content: space-between;display: none;}
.indicator-password span {position: relative;height: 100%;width: 100%;background: lightgrey;border-radius: 5px;}
.indicator-password span:nth-child(2) {margin: 0 3px;}
.indicator-password span:nth-child(4) {margin-left: 3px;}
.indicator-password span.active:before {position: absolute;content: '';top: 0;left: 0;height: 100%;width: 100%;border-radius: 5px;}
.indicator-password span.weak:before {background-color: darkred;}
.indicator-password span.medium:before {background-color: orange;}
.indicator-password span.strong:before {background-color: yellowgreen;}
.indicator-password span.very-strong:before {background-color: green;}

#requisicaoSenha .voltarLogin {
	color: #387AB5!important;
	font-size: 11px;
	padding: 5px 10px 20px;
	display: block;
	text-align:center;
}


.bloquearLogin {
	display: block;
	background: white;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	padding: 15% 50px 0;
	font-size: 30px;
	color: #444;
	text-align: center;
}
.bloquearLogin a {
	display: block;
	margin-top: 20px;
	color: #1b83c3;
}


.captcha-google .g-recaptcha {
	overflow: hidden;
}
.captcha-google .g-recaptcha:hover {
	overflow: visible;
}

.link-btm {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}