.content-wrapper{
    background-image:url('/static/dist/img/login_bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.login-page{
    background-image:url('/static/dist/img/login_bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
ul {
  list-style-type: none;
}
