#page-topbar {
    background: rgb(64,81,137);
  background: linear-gradient(90deg, rgba(64,81,137,1) 29%, rgba(42,59,113,1) 76%);
  }
  .card{
    border-radius: 1.02rem;
  }
  .form-check-input{
    /*width: 1.8em;*/
    /*height: 1.8em;*/
  }
  .auth-one-bg{
    height: 100%;
    position: fixed;
  }
  .auth-one-bg .bg-overlay{

  }
  .auth-page-wrapper {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url('../images/auth-one-bg.jpg');
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
    padding-top: 0px;
}
.profile-wid-bg::before {
  background: linear-gradient(to top,#171e32,#1d263d) !important;
}
.custom_datatable .dataTables_wrapper{
  clear: both;
}
/*# sourceMappingURL=custom.min.css.map */
