/*
 * Login page on the public website theme (Frest), ported from iclinicdata.com/login.
 * components.css points the background to /images/auth-bg.jpg (website path);
 * here it lives inside login-theme/.
 */
html .bg-full-screen-image {
  background-image: url(../images/auth-bg.jpg);
}

/* Error message injected by assets/js/login.js */
#login_form_submit {
  padding: 0 1.7rem 1.2rem;
}

#login_form_submit .alert {
  display: block;
  margin: 0;
}

/* Password reveal icon (mouseDown/mouseUp in login.js) */
#auth-login .toggle-pass {
  cursor: pointer;
}
