/* BELARA QUICK LOGIN — GOOGLE V1 */

.belara-google-login {
    margin-top: 24px;
}

.belara-google-login__separator {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0 18px;
    color: #927f77;
    font-size: 12px;
    line-height: 1.6;
}

.belara-google-login__separator::before,
.belara-google-login__separator::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #eadfd9;
}

.belara-google-login__separator span {
    padding: 0 13px;
    white-space: nowrap;
}

.belara-google-login__button {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.belara-google-login__loading {
    color: #9a8982;
    font-size: 12px;
}

.belara-google-login__error {
    width: 100%;
    padding: 12px;
    border: 1px solid #eadfd9;
    border-radius: 10px;
    text-align: center;
    color: #765b52;
    font-size: 12px;
    line-height: 1.7;
    background: #fffaf8;
}

@media (max-width: 600px) {

    .belara-google-login {
        margin-top: 22px;
    }

    .belara-google-login__separator {
        margin-bottom: 16px;
    }
}
