.login-separator-wrapper {
  margin: 10px 0 5px;
  height: 40px;
}
.login-separator {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
}

.login-separator>:first-child, .login-separator>:last-child {
  background-color: #e2e2e2;
  flex-grow: 1;
  height: 1px;
}

.login-label {
  color: dimgray;
  font-size: 14px;
  padding: 0 10px;
}

.auth-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.social-login .btn {
  grid-gap: 10px;
  margin: 2px 0;
  background-color: #fff;
  color: #000;
  flex: 1;
  flex-basis: 40%;
}

.social-login .btn:hover {
  background-color: #fff;
  color: #4249d4;
}

.block-container {
  position: relative;
}