/* BELARA QUICK LOGIN — FACEBOOK V1 */

.belara-facebook-login {
    margin-top: 10px;
}

.belara-facebook-login__button {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 1px solid #ddd4d0;
    border-radius: 9px;
    background: #fff;
    color: #2a1210;
    text-decoration: none !important;
    font-family: "Almarai", sans-serif;
    font-size: 13px;
    font-weight: 700;
    transition:
        border-color .18s ease,
        background .18s ease,
        box-shadow .18s ease;
}

.belara-facebook-login__button:hover {
    background: #fffaf8;
    border-color: #bca89f;
    color: #2a1210;
    box-shadow: 0 3px 12px rgba(42,18,16,.05);
}

.belara-facebook-login__icon {
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1877f2;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width:600px) {

    .belara-facebook-login__button {
        min-height: 50px;
    }
}
