.login-page {

    //position:relative;
    //height: 627px;
    //line-height: 350px;

    /* Create the parallax scrolling effect */
    //background-attachment: fixed;
    background-image:url(../images/login_background.jpg) !important;
    
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
  
}