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

/*
.auth-bg-cover {
    background: linear-gradient(-45deg,#F06543 50%,#FFBE3D) !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;
}

.auth-one-bg {
  background-image: url("../images/jits-logo.png")!important;
}

.h-custom-login {
  height: 360px !important;
}

.auth-bg-cover > .bg-overlay {
  background-image: url(../images/cover-bg.jpg);
}