.social-modal *{ text-align:center; }
.social-modal .modal-body h2{ margin:0; margin-bottom:20px;}
.social-modal .modal-body .avatar-wrapper{ margin-bottom:30px;}
.social-modal .modal-body img{
    width:70px;
    height:70px;
    border-radius:50%;
}
.social-modal .modal-body .social-login-btn{
    display:inline-block;
    border:solid 1px;
    padding:10px 20px;
    font-size:1.2em;
    border-radius:5px;
    
    color:#fff;
}
.social-modal .modal-body .social-login-btn:hover,
.social-modal .modal-body .social-login-btn:active,
.social-modal .modal-body .social-login-btn:link{
    text-decoration:none;
}
.social-modal .modal-body .fb-login-btn{  background:#3c5a99; }
.social-modal .modal-body .fb-login-btn:hover{  background:#30497b; }
.social-modal .modal-body .auc-gp-authenticate{ background:#dc4a38; } 
.social-modal .modal-body .auc-gp-authenticate:hover{ background:#c34232; } 
.social-modal .modal-body .auc-li-authenticate{ background:#0274b3; }
.social-modal .modal-body .auc-li-authenticate:hover{ background:#045a8a; }
.social-modal .modal-body .auc-tw-authenticate{ background:#5ea9dd; }
.social-modal .modal-body .auc-tw-authenticate:hover{ background:#5191bd; }