body.gin-login .user-form-page {
  background: var(--gin-bg-app);
}
body.gin-login .user-form-page__page-title {
  text-align: center;
}
body.gin-login .user-form-page__user-form {
  flex-basis: 100%;
}
body.gin-login .user-form-page .content-header .layout-container {
  display: flex;
  justify-content: center;
}
body.gin-login .user-form-page .content-header .layout-container a.toolbar-logo {
  width: 100%;
  justify-content: center;
}
body.gin-login .user-form-page .content-header .layout-container a.toolbar-logo img {
  max-height: 50px;
}