/* Remove this if you dont want background overlay over the image or adjust per your needs */
body.login_admin {
  background: url('https://projetos.dapper.app.br/media/public/Background/Dapper-2025.png') no-repeat center center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.customers_login { 
  background: url('https://projetos.dapper.app.br/media/public/Background/login_customers.png') no-repeat center center fixed; /* A URL completa da imagem*/ 
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover; 
}