body{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#header {
    width: 100%;
    height: 114px;
    
}
#login {
    padding: 20px 40px 40px 40px;
    width: 378px;
    height: 271px;
    margin-top: -60px;
    background-color: #033083;
    color: white;
    text-align: center;
    font-weight: bold;
}
.degrade{
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #28a8dd, #283f90);
}
.gelo{
    background-color: #eff9fe;
}
.azul_claro{
    background-color: #2a69b8;
}
.conteudo {
    position: absolute;
    display: table;
    width: 900px;
    height: 114px;
    margin-left: 50%;
    left: -450px;
    padding: 8px 5px 5px 5px;

}

input[type=submit] {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #333;
    background-color: #16bbce;
    color: #fff;
    height: 40px;
  }

/* ALINHAMENTOS */
.bottom {
    margin-top: 60px;  
}

.middle {
    margin-top: 20px;  
}

.right {
    position: absolute;
    width: 900px;
    height: 114px;
    margin-left: 50%;
    left: -450px;
    padding: 8px 5px 5px 5px;
  
    color: white;
    text-align: right;
    font-weight: bold; 
}
/* FONTS */
.titulo_azul {
    color: #293d8f;
    font-size: 36px;
}

.titulo_branco {
    color: #ffffff;
    font-size: 18px;
}

a:link {
    text-decoration: none;
    color: #ffffff;
  }
  
  a:visited {
    text-decoration: none;
    color: #ffffff;
  }
  
  a:hover {
    text-decoration: underline;
    color: #ffffff;
  }
  
  a:active {
    text-decoration: underline;
    color: #ffffff;
  }

  /*
    
        FORM TEXM

   */
  div.fundoIfre{
    clear: both;
    display: block;
    float: left;
    width:100%;
	height:100%;
    margin-top: -50px;
  }
  div.centerBtns{
    display: block;
    margin: 100px auto;
    width:950px;
    height: 100px;
  }
  a.bg_btns{
    display: block;
    float: left;
    width:250px;
    height: 80px;
    line-height: 80px;
    margin:20px 30px;
    text-align: center;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    border:1px solid #f3f3f3;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px #999;
  }
    a.bg_btns:hover{
        color: #888;
        text-decoration: none;
    }
  iframe.novos{
    display: block;
    float: left;
    width:100%;
    height: 100%;
   } 