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

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

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

.auth-method-form .sep {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  border: none;
}

.auth-method-form button {
  width: 100%;
}

.auth-method-form button svg.icon-svg {
  stroke: currentcolor;
}

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