/*----------------------------------------
/*----------------------------------------
    Login Page
------------------------------------------*/
.login-bg {
  background: linear-gradient(95.09deg, rgba(5, 77, 59, 0.9), rgba(63, 121, 66, 0.9) 52.18%, rgba(129, 171, 72, 0.9));
  background-attachment: fixed;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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