#saml-form .login-text {
  text-align: center;
  flex: 0.2 0 auto;
  margin: 0;
}

#saml-form .intro {
  text-align: center;
  padding: 5px;
  margin-bottom: 15px;
}

#saml-form .with-redmine-login em.info {
  text-align: center;
  padding: 5px;
  margin-top: 10px;
}

#saml-form .sep {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  border: none;
}

#saml-form button {
  width: 100%;
}

#saml-form .sep::after,
#saml-form .sep::before {
  content: '';
  border-bottom: 1px solid #c2c8d0;
  flex: 1 0 auto;
  height: 0.5em;
  margin: 0;
}
