@charset "utf-8";
/* CSS Document */

/* forms da página logar */ 
.letras_forms_login{
    width:60px;

    margin-left:60px;
}
.forms_login{
    background-color: #eee;

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #000c43;
    width:200px;
    margin-bottom:10px;
}
.botao_logar{
    background-color: #41b2f7;

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #000c43;
    color:#fff;

}