.social-login-twitter {
  width: 32px;
  height: 32px;
  background: url('/plugins/social/img/twitter.png') no-repeat;
  border: 0;
  cursor: pointer;
}

.social-login-facebook {
  width: 32px;
  height: 32px;
  background: url('/plugins/social/img/facebook.png') no-repeat;
  border: 0;
  cursor: pointer;
}

.social-login-google {
  width: 32px;
  height: 32px;
  background: url('/plugins/social/img/google_plus.png') no-repeat;
  border: 0;
  cursor: pointer;
}

/*Template social-login-buttons-v2*/

.social-login-list-v2 {
  list-style: none;
  padding-left: 30%;
  margin-left: 0;
  padding-right: 15px;
}

.social-login-list-v2 li {
  text-align: center;
  margin: 10px 0;
}

.social-login-list-v2 a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  border-radius: 2px;
  padding-top: 0;
  height: 46px;
  box-shadow: 0 0 8px 0 #b0b0b0;
}

.social-text {
  padding: 13px;
  display: block;
  font-size: 13px;
}

#facebook-icon {
  background: url("/plugins/social/img/Faceb.png") no-repeat;
  display: block;
  background-size: 41px;
  height: 46px;
  float: left;
  width: 46px;
  margin-right: 5px;
  border-right: 1px solid #fff;
}

.facebook-lgn {
  background-color: #1877f2;
}

.google-plus-lgn {
  background-color: #e62b33;
}

.twitter-lgn {
  background-color: #43bdef;
}

#google-plus-icon {
  background: url("/plugins/social/img/Googl.svg") no-repeat;
  display: block;
  background-size: 46px;
  height: 46px;
  float: left;
  width: 46px;
  margin-right: 5px;
  border-right: 1px solid #fff;
}

#twitter-icon {
  background: url("/plugins/social/img/Twitt.svg") no-repeat;
  display: block;
  background-size: 46px;
  height: 46px;
  float: left;
  width: 46px;
  margin-right: 5px;
  border-right: 1px solid #fff;
}

/**/
