/* .auth-body-bg {
    background-image: url(../images/auth-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  } */
  .auth-body-bg .bg-overlay {
    /*background: rgba(51, 51, 51, 0.97);*/
    background: rgba(36, 35, 35, 0.97) !important;

  }
  .bg-overlay {
  opacity: 0.7 !important;
  background-color: #000;
}