body.bg-image {
    background-image: url("../img/login-bg-dark.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}