.fb-button-wrapper {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.fb-fixed-narrow {
    width: 296px;
}

.fb-comment-left {
    text-align: left;
    color: #000;
    margin: 0 auto;
}

.fb-comment-center {
    text-align: center;
    color: #000;
    margin: 0 auto;
}

.fb-comment-left.error, .fb-comment-center.error {
    color: red;
}

#fb-login {
    box-sizing: border-box;
    width: 296px;
    height: 60px;
    line-height: 60px;
    font-size: 13px;
    text-align: left;
    color: white;
    background: #1877f2;
}

#fb-login img.fb-logo {
    height: 36px;
    width: 36px;
    margin: 12px 16px 0 10px;
    vertical-align: top;
}

#fb-login:hover {
    text-decoration: none;
}

.fb-horizontal-separator, .fb-horizontal-separator-login {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 20px auto 0 auto;
    padding-top: 20px;
    border-top: 1px solid #707070;
}
