/* !important is used here to override Bootstrap classes */
.btn-fb {
    color: #fff !important;
    background-color: #3b5998 !important;
    width: 100%;
}

.btn-tw {
    color: #fff !important;
    background-color: #38A1F3 !important;
    width: 100%;
}

.btn-gplus {
    color: #fff !important;
    background-color: #dd4b39 !important;
    width: 100%;
}

.btn-in {
    color: #fff !important;
    background-color: #0077B5 !important;
    width: 100%;
}

.login-link {
    color: #fff !important;
}

