@font-face {
    font-family: 'allerl';
    src: url('../portal/font/aller_lt-webfont.eot');
    src: url('../portal/font/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../portal/font/aller_lt-webfont.woff') format('woff'),
         url('../portal/font/aller_lt-webfont.ttf') format('truetype'),
         url('../portal/font/aller_lt-webfont.svg#allerl') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	
	background: none transparent;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    
}

html, body, .geral { height: 100%; }
body > .geral { height: auto; min-height: 100%; width: 100%; }
.conteudo { padding-bottom: 40px; } /* O padding, deve ser o mesmo valor da altura do rodapé */
#page-footer {
	height: 33px;
	background: #fff;
}

/**********************
	HEADER
***********************/
nav, #above-header, #logocontainer a { display: none; }
#page-header .pull-left {
	float: none;
	padding: 0;
}
#titlecontainer, #titlecontainer a, #titlecontainer p {
	max-width: 100%;
}
#page-header-wrapper {
	background: url("img/bg_login.jpg") no-repeat center top transparent;
}
#logocontainer a {
	display: block;
	height: 194px;
	margin: 30px auto 0px;
	padding: 0;
	max-width: 499px;
   	width: 100%;
	float: none;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("img/logo_login.png");
}
#page-header.logo {
    height: 214px;
    max-height: 100%;
    background: url("img/bg_login.jpg") no-repeat center top transparent;
}
#page-header {
	max-width: 100%;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
	background: none transparent;
}

#page {
	background: none transparent;
}
#page-header.oldnavbar {
	margin-bottom: 0;
}
#logo { display: none; }
#logocontainer {
    max-width: 100%;
    margin: 25px 0;
}
/***********************
	CONTEUDO
***********************/
#region-main {
	margin: 0;
}
#page #page-content #region-main, #page #page-content div[role=main], .pagelayout-redirect #page-content #region-main, .pagelayout-redirect #page-content div[role=main] {
    border: medium none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
section, #page-content, #page #page-content #region-main, #page #page-content div[role=main], .pagelayout-redirect #page-content #region-main, .pagelayout-redirect #page-content div[role=main] {
	background: none transparent;
}


/**********************
	FORM
***********************/
.beforelogi {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

#login {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
}
.loginform {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
}
#logi_log h2 {
	color: #939598;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -0.2px;
	margin: 0 auto 5px;
	text-align: left;
	width: 100%;
}

#username, #password {
	border: medium none;
	border-radius: 0;
	outline:none;
	height: 25px;
	width: 205px;
	margin: 6px 3px;
	text-align: left;
	letter-spacing: 1.3px;
	font-size: 16px;
	box-shadow: none;
	/***** IE 6 ****/
	*letter-spacing: 3px;
	*border-width: 1px;
	*border-color: #999999;
	*border-style: solid;
}
.label_acess {
	vertical-align: top;
}
.td_submit {
    clear: both;
    width: 60px;
    text-align: right;
    margin: 0 auto;
    display: inline-block;
}
.form-input {
	background: transparent;
	display: inline-block;
	height: 45px;
	margin: 0 auto;
	vertical-align: top;
	width: 220px;
}
form input[type=text], form input[type=password], textarea:focus {
	outline: none;
	color: #888;
	-webkit-text-fill-color: #888 !important;
	-moz-text-fill-color: #888 !important;
	text-fill-color: #888;
	background-color: #dfe0df;
}
form input[type=text]:focus, form input[type=password]:focus, textarea:focus {
    outline: none;
    color: #888 !important;
    -webkit-text-fill-color: #888 !important;
    -moz-text-fill-color: #888 !important;
    text-fill-color: #888 !important;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	outline: none;
	color: #888;
	-webkit-text-fill-color: #888 !important;
	-moz-text-fill-color: #888 !important;
	text-fill-color: #888;
	background-color: #dfe0df;
}

.forgetpass {
    display: inline-block;
    margin: 0 auto;
    text-align: right;
    width: calc(100% - 87px);
}
.forgetpass a {
	font-size: 14px;
	color: #939598;
	letter-spacing: -0.5px;
}
.rememberpass {
	margin-top: 6px;
	display: inline-block;
}
.rememberpass label {
	font-size: 14px;
	color: #939598;
}
.loginerrors {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 15px;
	color: #971b31;
}
.loginerrors .error {
    -webkit-text-fill-color: #971b31 !important;
}
.destaque {
	color: #939598;
	font-size: 26px;
	font-weight: bold;
}
#loginbtn {
    width: 77px;
    height: 41px;
    margin: 2px 0 0 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    border: medium none;
    background: url('img/ok.png') no-repeat center center transparent;
}
#logi_log {
	max-width: 100%;
	min-width: 315px;
	padding-top: 22px;
	min-height: 190px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background: transparent;
}


/*****************
	RODAPE
*****************/

#page-footer {
	display: none;
}