p.social-text{
    text-align: center;
    margin-bottom: 1em !important;
}
.social-buttons{
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.social-btn {
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    font-size: 1rem;
    margin-bottom: 1.25em;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 1rem;
    border: 2px solid;
    background-color: #fff;
}
.social-btn.fb-btn {
    color: #4267B2;
    border-color: #4267B2;
}
.social-btn.fb-btn:hover{
    background-color: #4267B2;
    color: #fff;
}
.social-btn.google-btn {
    color: #DB4437;
    border-color: #DB4437;
}
.social-btn.google-btn:hover{
    background-color: #DB4437;
    color: #fff;
}
.social-btn i {

    display: block;
}
.social-btn:hover {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}
.social-btn:active {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}


.socials-buttons-wrapper.inactive .social-btn.fb-btn,
.socials-buttons-wrapper.inactive .social-btn.google-btn{
    border-color: #adadad;
    color: #adadad;
    pointer-events: none;
}
.socials-buttons-wrapper.inactive p.social-text{
    color: #adadad;
}