#facebookauth-registration {
    border: 1px solid #dbe6e9;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 43px;
}
#facebookauth-registration .facebookauth-title {
    background-color: #fafbfc;
    border: none;
    border-bottom: 1px solid #dbe6e9;
    padding: 10px;
}
#facebookauth-registration .facebookauth-title>h3 {
    margin: 0;
}
#facebookauth-registration .facebookauth-button-conteiner {
    padding: 20px 0;
}
#facebookauth-identity .facebookauth-button {
    width: 100%;
    white-space: normal;
}
.facebookauth-button-icon {
    vertical-align: middle;
    fill: #232323;
    width: 20px;
    height: 20px;
}
#facebookauth-login {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.facebookauth-button {

}
#facebookauth-button-error {
    display: none;
}