/* Hide the entire "Don't have an account? Sign up" row */
div.text-sm.text-muted-foreground.text-center.lg\:text-right {
    display: none !important;
}
