/*----------------------------------------
    Login Page
------------------------------------------*/
.forgot-bg {
  background-image: url(/images/hh-bg.jpg?7cec678980e7630b91114afc935ec8b9);
  background-repeat: no-repeat;
  background-size: cover;
}

#forgot-password {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#forgot-password .card-panel.border-radius-6.forgot-card {
  margin-left: 0 !important;
}
