.auth-cover-bg {
    background: url('/app-assets/img/login-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 0 15px 15px rgba(0,0,0,0.5); 
}
.app-brand-logo.demo {
    height: 128px;
    width: 128px;
    margin: auto;
}
.app-brand-logo.demo > img {
    height: 128px;
    width: 128px;
}