@charset "utf-8";

/* *********************************** */
/*      RESETS E ESTILOS PADRAO        */
/* *********************************** */
div:after, ol:after, form:after, ul:after, dl:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}
p{ display:inline-block; padding:0; margin:0; vertical-align:top; }
input, textarea, select { margin:0; padding:0; }
img { border: 0; margin:0; padding:0; max-width:100%; height: auto; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }	
* {	margin: 0; padding: 0; border: 0; font: inherit; box-sizing: border-box; font-family: 'Roboto', sans-serif; letter-spacing:0.04em; z-index:99;}
a { text-decoration:none; color:inherit;}
a:hover { text-decoration:none; color:#B2DFDB;}
strong { font-weight:bolder; }
html { font-size: 62.5%; font-family: 'Roboto', sans-serif; background-color:#FFFFFF; color:#333333; }
body{ font-weight:normal; min-height:100%; margin:0;  -webkit-overflow-scrolling: touch; }
section{ clear:both; }


  .barra_topo-formulario_webmail{
    width:35rem;
    height:auto;
    background-color:#0078c1;
    position:absolute;
    color:#FFF;
    padding:1rem 2rem 1rem 2rem;
    display:none;
    transition:none;
    /*border:0.2rem solid #1a2e35;*/ 
    border-top:none;
  }
  
  
  .barra_topo-formulario_webmail table tr td{color:#FFF;}
  
  .barra_topo-formulario_webmail table tr{
    height:4rem;
  }
  
  .barra_topo-formulario_webmail input{
    border:0.1rem solid #666;
    width:25rem;
    height:2.5rem;
    line-height:2.5rem;
  }
  
  .barra_topo-formulario_webmail .campo_senha{
    width:18rem;
    float:left;
  }
  
  .barra_topo-formulario_webmail .link_cadastre{
    font-size:1.4rem;
    font-weight:300;
  }
  
  .barra_topo-formulario_webmail .link_cadastre a{
    border:0 !important;
    padding:0;
  }
  
  .botao_entrar{
    float:right;
    width:6rem !important;
    background-color:#404040;
    color:#FFF;
    cursor: pointer;
    border-radius: 0.3rem;
    border:none !important;
    border-bottom:0.2rem solid #222 !important;
    font-weight:300;
  }
  
  .botao_entrar:hover{
    float:right;
    width:6rem !important;
    background-color:#404040;
    color:#FFF;
    cursor: pointer;
    border-radius: 0.3rem;
    border:none !important;
    height:2.3rem !important;
    margin-top:0.2rem;
  }
  
  .titulo_webmail{ font-size:1.8rem; color:#FFF; }