Here is a small snippet to hide the «Log-in with Facebook».
To do that, just add the following css in the advanced customization section of your editor
form.slide-down .list .item.item-text-wrap:nth-child(1),
form.slide-down .list .item.item-divider-custom:nth-child(2) {
display: none;
}