.auth-form-card {
    display: none;
}

.auth-form-card.is-active {
    display: block;
}

.auth-alert {
    display: none;
}

.auth-alert.is-visible {
    display: block;
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 16px;
    color: #9aa0ae;
    font-size: 12.5px;
    font-weight: 600;
}

.auth-divider::before,
.auth-divider::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: #e6e8ef;
}

.auth-google {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.auth-google > div {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 44px;
}

.auth-google-hint {
    margin: 0;
    font-size: 12px;
    color: #9aa0ae;
    text-align: center;
}

.auth-google-error {
    margin: 0;
    font-size: 12.5px;
    font-weight: 600;
    color: #b91c1c;
    text-align: center;
}
