.login-social-button {
  text-align: left;
  border-radius: 3px;
  font-size: 16px;
  font-family: Raleway, 'Open Sans', sans-serif, Verdana;
  margin: 15px auto;
  box-sizing: border-box;
  cursor: pointer;
  max-width: 280px;
  padding: 13px 5px 9px 60px;
}
.login-social-button:hover {
  font-size: 17px;
}
.socialGrouped .login-social-button {
  width: 275px;
  padding: 13px 5px 7px 50px;
}
.login-fb-button {
  color: white;
  background-size: 28px 28px;
  background-position: 9px center;
  background-color: #4267B2;
  background-image: url("../../images/public/facebook/white/flogo-HexRBG-Wht-58.svg");
  background-repeat: no-repeat;
}
.login-google-button {
  color: white;
  background-size: 40px 40px;
  background-position: 2px center;
  background-color: #4285F4;
  background-image: url("../../images/public/google/btn_google_dark_normal_ios.svg");
  background-repeat: no-repeat;
}
.login-google-button:hover {
  background-image: url("../../images/public/google/btn_google_dark_focus_ios.svg");
}
.login-google-button:active {
  background-image: url("../../images/public/google/btn_google_dark_pressed_ios.svg");
}
