/* main background */

body {
    background-color: rgba(0,0,0,0.6);
    background-image: url('../../images/login_Bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
}