.bpsl-social-login {
  display: block;
  margin: 18px 0 0;
}

.bpsl-social-login__separator {
  align-items: center;
  color: #8a8a8a;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.bpsl-social-login__separator::before,
.bpsl-social-login__separator::after {
  background: #e4e4e4;
  content: '';
  flex: 1 1 auto;
  height: 1px;
}

.bpsl-social-login__separator span {
  padding: 0 14px;
}

.bpsl-social-login__buttons {
  display: grid;
  gap: 14px;
}

.bpsl-social-login__button {
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 16.8%);
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: flex-start;
    padding: 15px !important;
    text-decoration: none !important;
    width: 100%;
    border: 1px solid;
}

.bpsl-social-login__button:hover,
.bpsl-social-login__button:focus {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.bpsl-social-login__button--facebook {
  background: #1877f2;
  border-color: #1877f2;
  color: #fff !important;
}

.bpsl-social-login__button--facebook .bpsl-social-login__icon {
  color: #fff;
}

.bpsl-social-login__button--google {
  background: #fff;
  border-color: #d6d6d6;
  color: #6f6f6f !important;
}

.bpsl-social-login__icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 24px;
  height: 24px;
  justify-content: center;
  margin-right: 16px;
  width: 24px;
}

.bpsl-social-login__icon svg {
  display: block;
  height: 24px;
  width: 24px;
}

.bpsl-social-login__button--facebook .bpsl-social-login__icon svg {
  fill: currentColor;
}

.bpsl-social-login__label {
  line-height: 1.2;
}

#login-form .forgot-password .bpsl-social-login {
  flex-basis: 100%;
  margin: 15px 0px 15px;
}

#login-form .forgot-password {
  flex-wrap: wrap;
}


#checkout .bpsl-social-login__buttons {
    display: flex;
    flex-flow: wrap;
}

#checkout .bpsl-social-login__button {
    max-width: 310px;
}