<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------
    Login Page
------------------------------------------*/
.forgot-bg {
  background-image: url(/images/flat-bg.jpg?1c4729fca1f3648c73442f7d1271ae69);
  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;
}
</pre></body></html>