﻿body{
    background: url(bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
    background-position:center;
    }

    div.bem-vindo 
{
background: #034779;

   }    

div.login > div > div.login
{
    background: rgba(3, 71, 121, 0.8)
    
   }
#divVersao
{
    display: none;
    background: rgba(0, 0, 0, 0.5);
  }

div.logo
{
    /*background: rgba(255, 255, 255); */
    background: #0B1E2F;  
}


    

.w3-card-4.menu-superior
{
    background: rgba(253, 5, 5, 0);


}

div.rodape
{
    background: rgba(3, 71, 121, 0.8)
    
}
.w3-input{
    background-color:rgb(255, 255, 255);
    border-radius: 10px;
    }

    .w3-card-8 header {
        background-color: #034779 !important;
    }
    
    .w3-card-8 footer {
        background-color: #034779 !important;
    }
    
    div.sel-projeto {
        background-color: #cecece;
    }
    
    li.menu-item-selecionado, a.pagina-selecionada, ul.w3-pagination > li > a.pagina-selecionada {
        background-color: #034779 !important;
    }

    .w3-navbar li a:hover, .w3-dropdown-hover:hover
{
    background-color: #034779!important;
  
}