import { styled } from "@mui/material";
export const FullWebPage = styled("div")({
    "& .MuiFormHelperText-root": {
        // content: '""',
        // display: 'inline-block',
        background: 'url(/assets/error-outline-red.svg) no-repeat',
        // width: '8px',
        // height: '8px',
        // backgroundSize: '100%',
        marginRight: '4px',
        // position: 'relative',
        // top: '4px',
        margin: '0 4px 0 0px',
        backgroundSize:"8px 15px",
        padding:"0 0 0 12px"
      },
});