body {
    background: url("stylelogin/login.jpg") no-repeat no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#wrapper .container .row .description {
    width: 163px;
    height: 35px;
    background-image: url("stylelogin/logo.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
div.navbrand-header a.navbar-brand img {
    background-color: grey;
    padding: 8px;
    margin: -8px;
    border-radius: 8px;
}
.top-content .description {
    margin-bottom: 0;
}