@import url("auth.css");

.login-hubs-logo {
    border-radius: 50%;
    object-fit: cover;
}

.auth-footer.extra-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px 12px;
    margin-top: 14px;
}

.auth-footer.extra-links a {
    color: #64748b;
    font-weight: 650;
}

.auth-footer.extra-links a:hover {
    color: var(--blue);
}
