.slps-social-login {
  padding: 1rem 0;
}

.slps-social-login__title {
  display: block;
  margin: 0 0 1rem;
  color: #6c757d;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
}

.slps-social-login__error {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #f1aeb5;
  background: #f8d7da;
  color: #842029;
  font-size: 0.9rem;
}

.slps-social-login__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex-direction: row;
}

.slps-social-login__button {
  width: 110px;
  height: 40px;
  padding: 0;
  margin-bottom: 5px;
  background-color: #fff;
  border: thin solid silver;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.slps-social-login__button--facebook {
  color: #fff;
  background: #5890ff;
  border: thin solid #5890ff;
}

.slps-social-login__button--google {
  color: #444;
  background: #fff;
  border: thin solid #444;
  font-family: Roboto, sans-serif;
}

.slps-social-login__button:hover {
  opacity: 0.8;
}

.slps-social-login__icon {
  height: 20px;
  margin-right: 2px;
}

.slps-social-login__button-text {
  font-size: 0.875rem;
  line-height: 1;
}
img.slps-social-login__icon {
    max-width: 28px;
}
