.login-page{
    background-image: url('./img/login_background.jpg');
    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-box-body{
    background:rgba(255, 255, 255, 0.8) !important
}