/* Mo-fiD public login pages: footer at end of page (overrides global fixed footer) */

body.login.login-page {
  min-height: 100vh;
  margin: 0;
}

body.login.login-page #cl-wrapper.login-container {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  height: auto;
  width: 100%;
}

body.login.login-page .login-page-body {
  flex: 1 0 auto;
  width: 100%;
}

body.login.login-page #cl-wrapper.login-container .block-flat {
  height: auto;
  overflow: visible;
}

body.login.login-page footer.login-page-footer {
  position: relative;
  bottom: auto;
  left: auto;
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
  clear: both;
  text-align: center;
  background: rgba(14, 13, 13, 0.1);
  color: #fefefe;
  border-top: 1px solid #434d6e;
  padding: 14px 15px;
}

body.login.login-page footer.login-page-footer p {
  font-size: 12px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}
