/*
 * ESTILOS DO MODULO LOGIN
 */

#esqueci_senha #conteudo_principal {
  padding: 5px 0px;
}

#entrar_http {
  font-size: 2em;
  font-weight: bolder;
}

#form_login,
#form_nova_senha,
#outras_opcoes {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 30em;
}

#outras_opcoes {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  text-align: center;
  margin-top: 0em;
  margin-bottom: 0px;
}
#outras_opcoes li {
  display: block;
  margin: 2px 0 0 0;
}
#outras_opcoes li a {
  line-height: 1.4em;
  display: block;
}
#area_lembrar_login {
  padding-left: 0;
  text-align: center;
}
#area_lembrar_login label {
  padding: 0;
}
#area_lembrar_login input {
  margin: 0.6em 0;
}
.bloco_ajuda_aberto,
.bloco_ajuda_fechado {
  margin-right: 1em;
}

div.aviso_manutencao {
  box-shadow: 1px 1px 10px #AAAAAA;
  max-height: 400px;
  min-height: 3em;
  opacity: 0.92;
  overflow: auto;
  text-align: center;
  width:100%;
  z-index: 1000;
  background-color: #FFF8DC;
  border: 1px outset #FF8C00;
  color: #FF8C00;
  padding-bottom: 5px;
  display: block;
}

#bt_govbr {
  margin-top: 4px;
  text-align: center;
  color: #fff;
  background-color: rgb(19, 81, 180);
  border-bottom-left-radius: 1680px;
  border-bottom-right-radius: 1680px;
  border-width: 0px;
  border-top-left-radius: 1680px;
  border-top-right-radius: 1680px;
  cursor: pointer;
  font-family: Rawline, Raleway, sans-serif;
  font-size: 15px;
  padding: 7px 14px;
  font-weight: 400;
  display: inline;
  text-decoration: none;
}

#bt_govbr:hover {
  background-color: rgb(57, 109, 192);
  text-decoration: none;
  color: #fff;
}
