body {
    background: url("/cooperative/javax.faces.resource/own/img/background_login.jpg.xhtml") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.form-group.last {
    margin-bottom: 0px;
}

.ui-inputtext {
    
    height: 40px !important;
}

.ui-password {
    
    height: 40px;
}