html.login-only #navbar,
html.login-only .page-footer,
html.login-only .page-content.user.signin a[href="/user/forgot_password"] {
  display: none !important;
}

html.login-only body,
html.login-only .full.height {
  min-height: 100vh;
}

html.login-only .page-content.user.signin {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

html.login-only .page-content.user.signin > .ui.page.grid {
  width: 100%;
  margin: 0 !important;
}
