.facebook-auth--sign-in {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 40px;
  width: 100%;
  border-radius: 4px;
  background-color: #3B5998;

  font-weight: 500;
  font-size: 14px;
  color: #FFF;
}