/*# sourceMappingURL=custom.min.css.map */

/* Template Name: Velzon - Admin & Dashboard Template Author: Themesbrand Website: https://themesbrand.com/ Contact: support@themesbrand.com File: Custom Css File */
.auth-one-bg {
  background-image: url("../images/ware_house_bg.jpg") !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.auth-one-bg .bg-overlay {
  background: linear-gradient(
    to left,
    rgba(54, 69, 116, 0.3),
    rgba(64, 81, 137, 0.3)
  ) !important;
  opacity: 0.4 !important;
}
.auth-one-bg-position {
  background-size: cover !important;
  background-position: center center !important;
}
@media (max-width: 768px) {
  .auth-one-bg {
    background-attachment: scroll !important;
  }
}
