#loginModal .tabs-title > a {
    padding: 0.75rem 1rem;
}

#loginModal .icon {
    height: 100%;
}

/* add appropriate colors to fb and google buttons */
#loginModal .fb {
    background-color: #3B5998;
    color: white;
}
#loginModal .google {
    background-color: white;
    color: black;
}

#loginModal .windows-live {
    background-color: white;
    color: black;
}

#loginModal .social-btn {
    height: 46px;
    width: 100%;
    padding: 12px;
    border: 1px #5b5b5b solid;
    border-radius: 4px;
    margin: 5px 0;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none; /* remove underline from anchors */
}