html,
body {
    height: 100%;
}
body,
input,
button {
	font-family: 'Montserrat', sans-serif;
}
body {
	color: #2badaf;
	padding: 0;
	margin: 0;
}
.login-wrap {
	display: table;
	height: 100%;
	margin: auto;
	text-align: center;
}
.login-content {
	display: table-cell;
    vertical-align: middle;
}
#avisoCaps {
	display: none;
	border: 1px solid #c0c0c0;
	background-color: #feffb0;
	font-size: 0.75em;
	position:absolute;
	right:-125px;
	top:61px;
}
#avisoCaps p {
	margin: 5px;
	font-weight: bold;
}
#avisoCaps p + p {
	font-weight: normal;
}
#div_captcha {
	display: none;
	max-width: 250px; 
}
#div_captcha.visible {
	display: block;
}
#logotipo {
	text-align: center;
	margin-bottom: 20px;
	margin-top: -40px;
}
#logotipo_porto {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.input-holder {
/* 	border: 1px solid #a0c9ce; */
	margin-top: 10px;
	/* border-radius: 20px; */
}
.input-holder input {
	width: 100%;
	border: 1px solid #a0c9ce;
	border-radius: 20px;
	padding: 7px 15px;
	line-height: 20px;
	font-size: 0.95em;
	color: #2badaf;
	font-family:MontserratLight;
}
.input-holder input:focus {
	outline: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #818181;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #818181;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #818181;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #818181;
}
.enviarEmail {
	font-size: 0.65em;
	margin: 2px;
	margin-bottom: 9px;
}
.enviarEmail a {
	color: #2badaf;
	text-decoration: none;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
.enviarEmail a:hover, .enviarEmail a:focus {
	color: #176c6d;
}
.holder-id {
	width: 140px;
	float: right;
}
#teclado {
	float: left;
	width: 140px;
	margin-top: 10px;
	padding-right: 30px;
}
#teclado input, #botoes_login a{
	position: relative;
	background: #44949d;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	padding: 5px;
	text-align: center;
	float: left;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#botoes_login a{
	float:none;
}
#teclado input {
	border: none;
	margin-bottom: 6px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	margin-right: 6px;	
}
#teclado input:nth-child(4n) {
	margin-right: 0;
}
#teclado input:hover, #botoes_login a:hover {
	background: #4a8990;
}
.botao {
	clear: both;
}
.botao button {
	margin-top: 8px;
	text-align: center;
	width: 100%;
	padding: 7px;
	font-size: 0.93em;
	line-height: 20px;
	font-family:MontserratLight;
	font-size:15px;
	border-radius:20px;
}
.botao button:hover {
	background: #f1bb00;
}
#botoes_login ul {
	list-style: none;
	padding: 0;
	width:175px;
	margin:0 auto;
	margin-top: 33px;
}
#botoes_login ul li{
	float:left;
}
#botoes_login a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -5000px;
	margin-right: 5px;
}
#botoes_login a:hover {
	background: #4a8990;
}
.contato-nao-cliente {
	clear: both;
	padding-top: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}
.contato-nao-cliente a {
    color: #2badaf;
}

#loginSelos a {
	text-decoration: none;
}
#rodape {
    font-size: 8pt;
    padding: 10px;
    /* border: 1px solid #2badaf; */
    background-color: #fff;
    color: #5a5a5a;
}
#rodape a, #rodape a:hover {
    color: #5a5a5a;
}

#login {
	float: left;
	margin-top: 2px;
	position:relative;
}
.pTxt {
	max-width: 280px;
	margin-bottom: 35px;
}
#div_captcha {
	float: right;
	border-left: 1px solid #bec0c2;
	margin-left: 30px;
	padding-left: 30px;
	height: 240px;
	font-size: 14px;
}
#div_captcha p {
	padding: 0;
}

#alert-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
#alert-overlay .login-content {
	max-width: 600px;
}
.modal {
	position: relative;
	min-width: 320px;
	min-height: 200px;
	max-width: 100%;
	border: 4px solid #d8d8d8;
	background: #fff;
}
.modalBotoes {
	position: absolute;
	top: 0px;
	right: 0px;
}
.modalBotoes a {
	display: block;
	text-indent: -5000px;
	border-radius:2px;
	transition: all .3s ease-out;
	cursor:pointer;
	text-decoration: none;
	padding: 2px 7px 2px 7px;
}
.modalBotoes a:hover {
	background: #bfbfbf;
}
.modalBotoes a:before {
	text-indent: 0;
	float: left;
	content: "\00d7"; /* This will render the 'X' */
	color: #fff;
	font-weight: 300;
	font-family: Arial, sans-serif;
	font-size: 18px;
	text-indent: none;
}
/*.modalBotoes a:hover:before {
	color: #fff;
}*/
#modalalertasTitulo {
	background: #d8d8d8;
	margin: 0;
	padding: 10px;
	padding: 5px;
	font-size: 14px;
}
.modalAlertaImg {
	float: left;
	margin: 30px;
}
#modalalertasConteudo {
	color: #000;
	display: block;
	min-height: 70px;
	padding-right: 10px;
	max-height: 200px;
	overflow-y: auto;
}
.conteudo-texto #modalalertasConteudo {
	padding-top: 30px;
}
.modalAlertaBotoes {
	clear: both;
	text-align: center;
}
.modalAlertaBotoes a {
	display: inline-block;
}
.botaoT {
	padding: 5px 20px;
	background: #ffc600;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}
.botaoT:hover {
    background: #f1bb00;
}

#botoes_login1 a:before,
#botoes_login2 a:before,
#botoes_login3 a:before,
#botoes_login4 a:before,
#botoes_login5 a:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}

#botoes_login1 a:before {
	background: url('imagens/home.png')
}
#botoes_login2 a:before {
	background: url('imagens/noticias.png')
}
#botoes_login3 a:before {
	background: url('imagens/face.png')
}
#botoes_login4 a:before {
	background: url('imagens/youtube.png')
}
#botoes_login5 a:before {
	background: url('imagens/contato.png')
}
.recaptcha-holder {
	clear: both;
	margin: 0;
	padding-top: 20px;
}
h2 {
	margin-top: 0;
}
#teclado input.xis {
	padding-top: 2px;
}
.clear {
	clear: both;
}
#div_captcha button {
	margin-top: 10px;
}
#div_captcha p {
	margin-bottom: 0;
}
#formularioSenha #login {
	width: 280px;
}

#formularioSenha #login.login_captcha {
	margin-left:10px;
}
.input-holder label {
	display: none;
}
#ie9 .input-holder label {
	display: inline-block;
}
.input-holder label {
	line-height: 38px;
	padding-left: 10px;
	font-size: 0.95em;
	color: #2badaf;
}
#ie9 .input-holder input {
	float: right;
	width: 190px;
}
#ie9 #empsoc {
	width: 50px;
}
#ie9 #div_captcha input {
	float: none;
}
.img-soc {
	/* float: right; */
	height: 30px;
	margin-top:20px;
}
@media (max-width: 769px) {
	.login-content {
		max-width: 280px;
		/* display: inline-block; */
	}
	#loginSelos {
		text-align: center;
		padding: 20px 0;
		clear: both;
	}
	#div_captcha {
		paddding-left: 0;
		margin-left: 0;
		border-left: 0;
		max-width: 1000px;
    	width: 100%;
    	margin-top: 30px;
	}
}
@media (min-width: 770px) {
	#loginSelos {
		position: fixed;
	    bottom: 10px;
	    right: 10px;
		/* border: 1px solid #2badaf; */
		padding: 2px 5px;
		background: #fff;
	}
	#rodape br {
		content: ' ';
	    display: block;
	    margin-bottom: 10px;
	}
	#rodape {
	    position: fixed;
	    bottom: 10px;
	    left: 10px;
	    font-size: 8pt;
	    padding: 10px;
	    /* border: 1px solid #2badaf; */
	    background-color: #fff;
	    color: #5a5a5a;
	}
}
@media (max-width: 767px){
	.holder-id {
	    width: 110px;
	}
	#logotipo{
		margin-top:40px;
	}
}
