@charset "utf-8";
/* CSS Document */

body.login-page {
  background: url(img/sfondo-login.jpg);
  /* Full height */


  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
}
.login-logo img {
-webkit-filter: drop-shadow(1px 1px 15px #222);
  filter: drop-shadow(1px 1px 15px #222);
}