body {
  background-color: #f8f8f8;
  background-image: url('/img/background_login.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  margin: 0;
}
