.login-separator {
  position: relative;
  border-bottom: 2px solid #dae1e7;
  margin-bottom: 25px;
}
.login-separator span {
  display: block;
  position: relative;
  width: 30px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  bottom: -7px;
}

.sso-login-btn {
  background-color: #7f4bf2;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.sso-login-btn:hover {
  background-color: #6a40d1;
}
.sso-login-btn:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(127, 75, 242, 0.7);
}
