body.customers_login {
  background: url('../../media/login_customers.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;
}

.navbar a.navbar-brand img {
  object-fit: contain;
  height: auto;
  width: 50px;
}