.social-buttons {
    text-align: center;
}
.social-button {
    text-align: left;
    height:3rem;
    display:inline-block;
    transition: background-color .3s, box-shadow .3s;
    padding: 0.4em 0.5em 0 0.5em;
    width:16em;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
    border-style:none;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    font-weight:bold;
    margin-top:0.5em;
    margin-bottom:0.5em;
    min-height: 1.7em;
    vertical-align: middle;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    cursor:pointer;
    text-shadow: none;
}

.social-button a:hover {
    color: inherit;
    background-color: #0645ad !important;
}

.facebook-btn {
    background-color:#0d7ec5;
    color: white !important;
    margin-bottom:2px;
    padding-top: 0.7em;
}

.facebook-btn img {
    vertical-align: middle;
    height:20px;
    padding-right:0.4em;
}

.google-btn {
    background-color:white;
    color: #757575;
    padding-top:0.8em;
    margin-bottom:20px;
}

.google-btn img {
    vertical-align: middle;
    height:20px;
    padding-right:0.6em;
}

.social-heading {
    font-size: 0.95rem !important;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-shadow: none;
    color: inherit !important;
    margin-top: 15px;
}

.social-login-panel  > div > div > div > div:nth-child(1) > div > h3 {
    color:black !important;
}

#socialPanel {
    width: 100%;
}

#socialPanel .row {
    display:block;
}

#socialForm {
    width: 100%;
}