* {
  margin: 0;
}
html, body {
  height: 100%;
  margin:0; 
  padding:0; 
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -55px;
  position: relative;
  z-index:2;
}
.push {
  height: 70px;
  z-index:3;
  clear: both;
}
.footer {
  height: 90px;
  line-height: 90px;
  z-index:3;
  text-align: center;
  font-size: 14px;
  background: url(../images/logo-egba-footer.png) center right no-repeat #f9f9f9;
  border-top: double 5px #ccc;
}
.topbar {
  height: 90px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #f6fff7;
  z-index:1;
}
.header{
  text-align: center;
  border-bottom: solid 1px  #ccc;
   z-index:10;
   margin: 0 70px;
}
.header h1 a {
 display: inline-block;
 width: 100%;
 height: 132px;
 background: url(../images/topo-bahia.png) center center no-repeat;
 text-indent: -99999px;
}
.coluna1, .coluna2 {
  width: 380px;
  display: block;
  left: 50%;
  position: relative;
  margin-left: -190px;
  text-align: left;
  margin-top: 20px;
}
.coluna1 .coluna {
  float: right;
  width: 400px;
}
.coluna2 .coluna {
  float: left;
  width: 400px;
}
.coluna1 h2{
  float: right;
  background: url(../images/aviso.png) center left no-repeat;
  text-indent: 40px;
}
.coluna1 h2, .coluna2 h2{
  width: 380px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: left;
  text-shadow: 0 0 1px rgba(0,0,0,.4);
  font-weight: normal;
  font-size: 24px;
  border-bottom: dotted 1px #ccc;
}
.coluna1 .conteudo{
  float: right;
}
.coluna1 .conteudo, .coluna2 .conteudo{
  width: 380px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: left;
  font-size: 13px;
  margin-top: 15px;
}
form fieldset{
  border: none;
  width: 380px;
}
.btn{
  border: none;
  background: #000;
  padding: 3px 8px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  margin-left: 92px;
  margin-bottom: 40px;
}
label {
  font-size: 13px;
  line-height: 20px;
  width: 90px;
  clear: both;
  display: inline-block;
  margin-bottom: 6px;
  float: left;
}
input.full,
select.full{
  width: 200px;
  padding: 3px 8px;
  border: solid 1px #ccc;
  background: #fff;
  margin-bottom: 6px;
  float: left;
}
.remember {
  width: 200px;
  margin-left: 90px;
}
.remember input{
  margin-right: 6px;
}

.remember .oculta-campo{
  filter:alpha(opacity=0);
  opacity:0;
  margin: 0;
  width: 24px !important;
}
.ativacheck {
  background: url(../images/check.png) 4px -32px no-repeat;
  width: 500px;
}
.desativacheck {
  background: url(../images/check.png) 4px 4px no-repeat;
  width: 500px;
}
.alert-error {
  border: dotted 1px #ccc;
  background: #ffedee;
  text-align: center;
  color: #ff2a2a;
  width: 300px;
  margin-left: 15px;
  padding: 10px;
  line-height: 15px;
  font-size: 11px;
}
.aviso {
  border: dotted 1px #ccc;
  background: #fff;
  text-align: center;
  color: #ff2a2a;
  width: 340px;
  margin-right: 25px;
  margin-top: 40px;
  padding: 10px;
  line-height: 15px;
  font-size: 12px;
  float: right;
}
.novo{
  border: solid 1px #444;
  background: url(../images/plus.png) 8px center no-repeat #fff;
  padding: 3px 8px;
  text-indent: 30px;
  width: 240px;
  color: #000;
  text-align: left;
  text-decoration: none;
  margin-left: 50px;
  font-size: 14px;
}
.new {
  border-top: dotted 1px #ccc;
  clear: both;
  float: left;
  padding: 20px;
  width: 340px;
  margin-top: 30px;
  margin-left: 10px;
}
.divider {
  width: 1px;
  margin: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  z-index:1;
  display: none;
}
.divider div {
  width: 1px;
  margin: 0;
  margin-top: 140px;
  height: 60%;
  border-left: dotted 1px #ccc;
  position: absolute;
}

.esqueci-link{
  color: #688BB4;
  text-decoration: none;
}

.esqueci-link:hover {
  color: #FF0000;
 } 

 .mudar-senha fieldset{
  width: 500px;
 }
 .mudar-senha label {
  width: 140px;
 }

 .mudar-senha .btn {
  margin-left: 290px;
 }

.logar {
  display: none;
}