body {
    background-image: url('/static/assets/img/login.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .card .card-body {
    padding: 40px;
  }

  .login-header {
/*    font-size: 40px;*/
    font-weight: bold;
  /*  color: #2270B7;
    text-align: left;*/
    word-wrap: break-word;
  }

  ul.messages {
    width: 50%;
    margin-top: 30px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
  }
  
  ul.messages li {
    list-style: bullet;
    padding-left: 10px;
  }
  
  .help-information {
   margin-top: 30px;
   text-align: center;
  }
  
  .login-footer {
    text-align: center; 
    margin-top: 20px;
  }

  a {
    color: #039be5;
  }

  .alert, .alert.alert-default {
    color: red;
    font-weight: bold;
   }

.help-information a {
  text-decoration: none;
  color: #039be5;
}

#cover-home.kattegat {
  background: #000 url(/static/images/evidoc_kattegat_login_background.jpg) no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-color: gray;
}

#cover-home {
  background: #000 url('/static/assets/img/login.jpg')  no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-color: gray;
}