.social-login-options {   
    padding-top: 20px;
}
.social-facebook {
    display: inline;
    float: left;    
    margin-bottom: 5px;
    margin-right: 5px;
}
.social-facebook a {
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 2px;
    display: block;
    height: 28px;
    transition: all 0.3s ease-in-out 0s;
    width: 28px;
}
.social-facebook a:hover {
    background-position: 0 -38px;
}
.social-google {
    display: inline;
    float: left;    
    margin-bottom: 5px;
    margin-right: 5px;
}
.social-google a {
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 2px;
    display: block;
    height: 28px;
    transition: all 0.3s ease-in-out 0s;
    width: 28px;
}
.social-google a:hover {
    background-position: 0 -38px;
}
.social-twitter {
    display: inline;
    float: left;    
    margin-bottom: 5px;
    margin-right: 5px;
}
.social-twitter a {
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 2px;
    display: block;
    height: 28px;
    transition: all 0.3s ease-in-out 0s;
    width: 28px;
}
.social-twitter a:hover {
    background-position: 0 -38px;
}