.separator-social-register{
    color: #a6a6a6;
    text-align: center;
    margin-bottom: 20px;
    //font-size: 9px;
}

.separator-social-register::after, .separator-social-register::before{
    content: '';
    display: inline-block;
    width: 45%;
    height: 0;
    border-top: 1px solid #c1c1c1;
    line-height: inherit;
    vertical-align: middle;
}

.facebook-login-button{
    width:100%;
    background-color:#4267b2;
    height:45px;
    text-align:center;
    border:none;
    border-radius: 5px;
    position: relative;
}

.facebook-login-text{
    color:white;
    font-size: 15px;
    font-weight: 400;
}

.facebook-login-logo{
    transform: translateX(-100%);
}

.facebook-button-icon {
    position: absolute;
    left: 20px;
    bottom: -4px;
    font-size: 2.75em;
}

.facebook-link-account-button{
    width:80%;
    background-color:#3b5998;
    text-align:center;
    border:none;
}


.facebook-link-account-text{
    color:white;
    font-size:13px;
}

.facebook-link-account-button-icon{
    color:white;
    transform: translateX(-100%);
}

#newMail{
    text-align: center;
}

.fb-cgu-text {
    font-size: 12px !important;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
}
