body {
    background: url('/img/site/bg_login.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    padding-top: 18%;
    padding-bottom: 40px;    
}

.container{    
    max-width: 350px;
}

#logoARGS{
    margin: 10px 0px;
    width: 95%;
}

#labelManterLogado{
    margin: 0px 0px 10px 10px;
    color: white;
    text-shadow: black 0.2em 0.2em 0.3em
}

#labelManterLogado input{
    margin-right: 5px;
}

a.btn,button.btn{
    margin-bottom: 10px;
}

footer{
    background: none;
}

footer #logoBerniSoftware{        
    position: fixed;
    bottom: 0px;
    right:0;
    margin: 10px;
}