.social-icons {
    padding: 0;
    margin: 0;
}

.social-icons:before, .social-icons:after {
    content: " ";
    display: table;
}

.social-icons:after {
    clear: both;
}

.social-icons li {
    float: right;
    display: inline;
    list-style: none;
    margin-left: 5px;
    margin-bottom: 5px;
    text-indent: -9999px;
}

.social-icons li > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 50%;
    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;
}

.social-icons li:hover > a {
    background-position: 0 -38px;
}

.social-icons li .windows-live {
    background: url(/assets/img/social/microsoft.png) no-repeat;
}

.social-icons li .github {
    background: url(/assets/img/social/github.png) no-repeat;
}

.social-icons li .linkedin {
    background: url(/assets/img/social/linkedin.png) no-repeat;
}

.google-sign-in i {
    font-size: 1.5rem;
}

.login-options {
    border: silver dotted 1px;
    border-radius: 5px;
}