/*----------------------------------------
    Login Page
------------------------------------------*/

.forgot-bg {
  background: linear-gradient(180deg, #3949ab, #4fc3f7) !important;
}

#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;
}

