
*{
    margin: 0px;
    padding: 0px;
    font-family: Fineness Regular;
}
a:link { text-decoration:none; color:#000; }
a:visited { text-decoration:none; color:#000; }
a:hover { text-decoration:none; color:#000; }
a:active { text-decoration:none; color:#000; }




body{
    background-image: url(../imagens/Login/background640x960.png);
    background-repeat:no-repeat;
    background-size: 100%;
    width: 100%;
    height: 80%;
    margin: auto;
    z-index: 2;
}


#login_fundo{
    width: 960px;
    height: 380px;
    background-image: url(../imagens/Login/fundo_login.png);
    background-repeat:no-repeat;
    margin: auto;
    margin-top: 150px;
}

#login_topo{
    width: 960px;
    height: 95px;
    float: left;
}
#form_login_centro{
    width: 430px;
    height: 370px;
    margin: auto;
}
#form_login{
    width: 430px;
    height: 325px;
    background-image: url(../imagens/Login/caixa_login.png);
    background-repeat:no-repeat;
    float: left;
    margin-top: 20px;

}

#input_login{
    width: 430px;
    height: 125px;
    margin: auto;        
    margin-top: 60px;
    margin-left: 20px;

}


#enviar_login{
    margin-top: 22px;
    margin-left: 278px;
}

#logo_fbn{
    width: 430px;
    height: 125px;
    background-image: url(../imagens/Login/logo_fbn.png);
    background-repeat:no-repeat;
    margin: auto;
    margin-top: 20px;

}


#site_login{
    width: 45px;
    height: 60px;
   
    background-image: url(../imagens/Login/site.png);
    background-repeat:no-repeat;
    margin-left: 50px;
    margin-top: 20px;
    float: left;
}


#graduacao_login{
    width: 75px;
    height: 60px;
   
    background-image: url(../imagens/Login/graduacao.png);
    background-repeat:no-repeat;
    margin-left: 50px;
    margin-top: 20px;
    float: left;
}

#pos_login{
    width: 100px;
    height: 60px;
    background-image: url(../imagens/Login/posgraduacao.png);
    background-repeat:no-repeat;
    margin-left: 50px;
    margin-top: 20px;
    float: left;
}

#acervo_login{
    width: 100px;
    height: 60px;
    background-image: url(../imagens/Login/acervo.png);
    background-repeat:no-repeat;
    margin-left: 200px;
    margin-top: 20px;
    float: left;
}

#contato_login{
    width: 100px;
    height: 60px;
    background-image: url(../imagens/Login/contatos.png);
    background-repeat:no-repeat;
    margin-left: 40px;
    margin-top: 20px;
    float: left;
}

#webmail_login{
    width: 100px;
    height: 60px;
    background-image: url(../imagens/Login/webmail.png);
    background-repeat:no-repeat;
    margin-left: 40px;
    margin-top: 20px;
    float: left;
}