body.login {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-image: url(https://webfiles.movingcar.lu/img/euro_2020.jpg);*/
  background-image: url(https://webfiles.movingcar.lu/img/luxembourg_movingcar.jpg);
}
.login_opacity {
  width: 100%;
  height: 100%;
  /*background-color: rgba(255, 255, 255, 0.25);*/
  background-color: rgba(255, 255, 255, 0.15);
}

#identification{
  max-width: 500px;
  padding-top: 30px; 
}
#identification section{
  background: rgba(255, 255, 255, 0.96);
  /*background-color: #f9f9f9;*/
  /*border: 1px solid #73879C;*/
  border: 1px solid #e4e4e4;
  padding: 0 30px 10px 30px;
}
#identification .logo{
  width: 160px;
  margin: 0 auto;
  padding-bottom: 60px;
}
#identification .logo img{
  max-width: 100%;
}

#identification section .presentation {
  font-size: 18px;
  text-align: left;
  padding-bottom: 20px;
  padding-top: 20px;
}
#identification section .presentation span{
  font-size: 13px;
  font-style: italic;
}
#identification section .erreur {
  font-style: italic;
  color: #D35865;
}
#identification section .maintenance {
  font-style: italic;
  padding-top: 40px;
  padding-bottom: 60px;
}
#identification section .col-optimise {
  padding-top: 60px;
  padding-bottom: 10px;
  font-style: italic;
}
#identification section .col-optimise span{
  color: #70B69E;
  padding: 0 5px 0 0;
}
#identification section .col-optimise img{
  padding: 0 10px 5px 0;
  max-width: 42px;
}


@media (max-width: 575px){

  #identification{
    padding-left: 0px;
    padding-right: 0px; 
  }
  #identification section{
    padding-left: 15px;
    padding-right: 15px;
    border-left: none;
    border-right: none;
  }
  
}