.login-options .social-icons {
  padding: 0;
  margin: 0;
}
.login-options .social-icons:before, .login-options .social-icons:after {
  content: " ";
  display: table;
}
.login-options .social-icons:after {
  clear: both;
}
.login-options .social-icons li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
}
.login-options .social-icons li > a {
  border-radius: 2px;
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.login-options .social-icons li .google {
  background: url("../images/google.svg") no-repeat center center;
  border-radius: 2px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #4285f4;
}
.login-options .social-icons li .linkedin,
.login-options .social-icons li .linkedin-openid {
  background: url("../images/linkedin.png") no-repeat;
  background-position: 0 -38px !important;
}
.login-options .social-icons li .facebook {
  background: url("../images/facebook.png") no-repeat;
  background-position: 0 -38px !important;
}
.login-options .social-icons li .github {
  background: url("../images/github.png") no-repeat;
  background-position: 0 -38px !important;
}
