.sso-login-container {
  margin-bottom: 20px;
  text-align: center;
}

.button--sso {
  display: inline-block;
  width: 100%;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
}

.login-separator {
  text-align: center;
  margin: 20px 0;
  position: relative;
}

.login-separator span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.login-separator:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #ddd;
}
