/* Remove this if you dont want background overlay over the image or adjust per your needs */

 body.login_admin:before {
    content: " ";
    background: rgba(01, 11, 01, 0.7);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

body.login_admin_2fa {
  background: url('https://services.hsmechanical.com/media/admin_login.jpg') 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.login_admin {
  background: url('https://services.hsmechanical.com/media/admin_login.jpg') 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://services.hsmechanical.com/media/customer_login.jpg') no-repeat center center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
