.bg-back-login {
	background: linear-gradient(rgba(70, 70, 70, 0.6), rgba(26, 26, 26, 0.8)), url("../../../img/element/bg-login.jpg") fixed center center;
	background-size: cover;
  height: 100%;
}

@media screen and (max-width: 1170px) {
  div.copyright {
    display: none;
  }
}

div.button-bar {
    display: none;
  }
@media screen and (max-width: 1170px) {
  div.button-bar {
    display: block;
  }
  .title-page{
    margin-left: 60px;
  }
}

.card-cart-kasir{
  box-shadow: none;
  opacity: 70%;
  transition: 0.2s ease-in-out;
}
.card-cart-kasir:hover{
  box-shadow: 0px 0px 5px #c99a1b;
  opacity: 100%;
  transition: 0.2s ease-in-out;
}