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

.auth-bg-cover {
    background: linear-gradient(-45deg,#dad299 50%,#b0dab9) !important;
  }

.auth-one-bg {
  background-image: none !important;
}

.text-bg-success {
  background-color:green !important;
}

.text-bg-danger {
  background-color:red !important;
}

.text-bg-warning {
  background-color:yellow !important;
}