
/***********************************
STILI LOGIN
***********************************/
.banner-home-container{
  max-height: 450px;
  overflow: hidden;
  /*border-bottom: 2px solid #f5f5f5;*/
}
.banner-home_old{
  background-image: url(http://www.greenkar-sv.it/wp-content/uploads/2018/08/47490159_m.jpg);
  height: 450px;
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: cover;
  background-position-y: -10rem;
}
.banner-home{
  background-image: url(/richiami/web/img/smaltire-green.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position:center center;
  background-position-y: 0rem;
}
.login-container{
  margin-bottom: 4rem;
}
.logo-home{
  /*position: absolute;
  top: 3rem;
  right: 5rem;*/
  margin-left: 85%;
}

.footer {
  /* height: 100%; */
  background-color: #81bb30;
  /* border-top: 1px solid #ddd; */
  border: none !important;
  padding-top: 20px;
  position: absolute;
  width: 100%;
  color: #fff !important;
  bottom: 0;
  text-align: center;
}
@media only screen and (min-width: 1900px) {
  .banner-home-container{
    max-height: 600px;
  }
  .banner-home{
    height: 600px;
  }
}
/*************************************************
STILI RECUPERO PASSWORD
*************************************************/
.banner-home-container-recupera{
  max-height: 200px;
  overflow: hidden;
  border-bottom: 2px solid #f5f5f5;
}
.banner-home-recupera{
  background-image: url(http://www.greenkar-sv.it/wp-content/uploads/2018/08/47490159_m.jpg);
  height: 450px;
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: cover;
  background-position-y: -10rem;
}
.logo-home-recupera{
  position: absolute;
  top: 0;
  right: 5rem;
}
.logo-home-recupera>img{
  max-width: 70%;
}
