import React from "react"; import "./SignFormStyles.css"; function SignFormBase({ children, ...restProps }) { return (