html {
  background-image: url('/dist/img/PolicePatrol24.jpg');

  background-repeat: no-repeat;
  background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(1, 1, 1, 0.8);

}
body{
  background: none;
}


.login-logo
{
  background-image: url('/dist/img/PolicePatrol2_Logo.png');
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;

  width: 380px;
  height: 100px;
}

.login-page
{
  background: none;
}