body{
  height: 100vh;
}

/* #filter {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
} */

main{
  padding: 32px;
  height: 100vh;
  width: auto;
  /* background-image: url('/assets/img/extranet-home-image-1500x500.jpg');  */
  background-image: url('/assets/img/extranet-login.jpg');
  background-size: cover; 
  background-repeat: no-repeat;
  position: relative;
}

#logo{
  width: 140px;
  height: auto;
}

#card_login{
  border-radius: 16px;
  max-width: 500px;
  max-height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

}