html, body {
	font-family: Arial, sans-serif, "Open Sans", "Helvetica Neue", Helvetica;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	font-size: 0.9em;
}

.fundo-login {
		background: url("../resources/images/fundo_login.jpg?2") no-repeat center
		center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}

.wrapper {
	position: absolute;
	top: 10%;
	right: 5%;
	left: 5%;
}

@media ( min-width : 430px) {
	.wrapper {
		top: 15%;
	}
}

@media ( min-width : 1025px) {
	.wrapper {
		right: 30%;
		left: 30%;
		top: 20%;
	}
}

.painel-login {
	width: 400px;
	min-height: 375px;
    box-shadow: 0px 1px 6px 1px #ababab;
    background: #ffffff;
}

@media ( max-width : 500px) {
	.painel-login {
		width: 90%;
	}
}

@media ( min-width : 1900px) {
	.painel-login {
		width: 600px;
	}
}

@media ( max-width : 640px) {
	.direita-esqueciMinhaSenha{
		display: none !important;
	}
	
	.esquerda-esqueciMinhaSenha{
		display: block !important;
   		margin-left: 3px;
	}
}

.logo {
	margin-top: 1em;
	width: 300px;
}

@media ( max-width : 500px) {
	.logo {
		width: 80%;
	}
}

.input-login {
	height: 2.7em !important;
	font-size: 1.1em !important;
	border-left: none;
	border-bottom-left-radius: 0px; 
	border-top-left-radius: 0px;
	background: #fff;
	border-top: none !important;
    border-right: none !important
}

.btn-logar {
	background: #4784BA !important;
	border-color: #4784BA !important;
	color: #ffffff !important;
	font-size: 1.2em !important;
	height: 2.3em;
}

.btn-logar:hover {
	/* background: #ffffff !important; */
	background: #2a77b0 !important;
	border-color: #2a77b0 !important;
	/* color: #4784BA !important; */
}

.btn-logar .ui-button, .ui-button span, button.ui-button.ui-state-default span,
	.ui-button.ui-state-default span {
	font-weight: bold;
}

/* Mantem a barra de carregando no centro*/
.barra_status {
	position: fixed;
}

@media ( max-width : 640px) {
	.ui-panelgrid .ui-grid-responsive .ui-grid-row {
		border-top: 0px !important;
	}
	
	.continuar-conectado{
		margin-left: 0 !important;
	}
}

.panelLogin {
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
}


.removerMargem.ui-dialog .ui-dialog-titlebar{
	margin-top: -15px !important;
}

.div-principal-input-com-icone{
	display: flex;
	position: relative; 
	margin-bottom: 15px; 
	margin-left: 30px; 
	margin-right: 30px;
}

.input-com-icone{
	display: inline-block;
	text-align: center; 
	min-width: 2.5em; 
	border-width: 1px; 
	border-style: solid;							
	border-color: #d6d6d6; 
	background-color: #fff; 
	color: #222; 
	border-right: none;
	border-top: none;
	border-left: none;
	border-radius: 5px 0px 0px 5px;
}

.label-com-icone{
	display: inline-block;
	text-align: center; 
	min-width: 2.5em; 
	border-width: 1px; 
	border-style: solid;							
	border-color: #d6d6d6; 
	background-color: #fff; 
	color: #222; 
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-radius: 0px 0px 0px 0px;
}

.icone{
	padding: 9px; 
	font-size: 18px;
	color: #4783bb;
}

.ui-state-error{
	border-bottom: 2px solid #ef5350;
}

.esqueciMinhaSenha{
	text-decoration: none !important; 
	color: #0067b8 !important;
	line-height: 22px;
}

.observacaoAlterarSenha{
	line-height: 22px;
}


.esqueciMinhaSenha:hover{
	color: #a7a7a7 !important;
}

.btn-voltar {
	background: #d6d4d4 !important;
	border-color: #b2b2b2 !important;
	color: #000000 !important;
	font-size: 1.2em !important;
	height: 2.3em;
}

.btn-voltar:hover{
	background: #b2b2b2 !important;
}

.removerPadding .ui-panelgrid-cell .ui-grid-col-6{
	padding: 0 !important;
}

.imgAlterarSenha{
	background-image: linear-gradient(to bottom,rgba(233,233,233,0) 0%,rgba(233,233,233,0) 62.22%,rgba(233,233,233,1) 40.22%,rgba(233,233,233,0) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    overflow: hidden;
    right: 0;
    top: 0;
    z-index: 2;
}

.botoesAlterarSenha .ui-button-text{
	font-weight: normal !important;
}

/* botoes */
.btn-geral {
	background: #ffffff !important;
	border-color: #4784BA !important;
	color: #4784BA !important;
	/* border-color: #C22130 !important;
    color: #C22130 !important; */
}

.btn-geral:hover {
	background: #4784BA !important;
	border-color: #4784BA !important;
	/* background: #C22130 !important;
    border-color: #C22130 !important; */
	color: #ffffff !important;
}

.btn-geral .ui-button, .ui-button span, button.ui-button.ui-state-default span,
	.ui-button.ui-state-default span {
	font-weight: normal;
}

.linkExpirado{
	height: 30px;
    background-color: #ff2626;
    color: #fff;
    float: left;
    margin: 10px;
    margin-bottom: 0px;
    box-shadow: 0px 1px 5px 1px #ababab;
    width: 95%;
}

.linkReenviado{
	height: 30px;
    background-color: #4e8f13;
    color: #fff;
    float: left;
    margin: 10px;
    margin-bottom: 0px;
    box-shadow: 0px 1px 5px 1px #ababab;
    width: 95%;
}

.meu-box
{
    position: relative;
}

.input-placeholder-flutuante 
{
    width: 100%;
    position: relative;
    box-sizing: content-box;
    z-index: 2;
}

.label-flutuante
{
    width: 100%;
    position: absolute;
    color: #4783bb;
    font-weight: normal;
    top: 0; bottom: 0; left: 0; right: 0;
    transition: 0.5s;
    text-align: left !important;
    margin-left: 35px;
}

.input-placeholder-flutuante:focus + .label-flutuante
{
    margin-top: 0px;
    top: -15%;
    z-index: 2;
    transition: 0.2s;  
}

.ui-state-focus{
	border-bottom: 2px solid #4783bb !important;
	box-shadow: 0 0 0 0 !important;
}

.div-continuarConectado-esqueciSenha{
	margin-left: 20px;
	margin-right: 25px;
	margin-top: 10px;
}

.esquerda-esqueciMinhaSenha{
	display: none;
}

.direita-esqueciMinhaSenha{
	display: block;
}

.logo-novo{
	width: 128px;
	/* position: absolute;  */
	/* top: 34px;  */
	/* margin-left: 250px; */
}

@media ( max-width : 440px) {
	.logo-novo{
		display: none;
	}
}

@media ( max-width : 410px) {
	.container-captcha {
		transform: scale(0.7);
    	-webkit-transform: scale(0.7);
	}
}

.ui-button .ui-icon {
	background-image: url("../images/ui-icons_256x240.png");
}

.ui-link {
	text-decoration: none;
  cursor: link;
	color: #BBDEFB;
}