form {
    margin: 0;
}

body #root {
    overflow: hidden;
    width: 100%;
}


.MuiAlert-root {
    max-width: unset !important;
}

/* This is inconsistent in mui, inherit lets us apply the context default and overwrite if needed */
.MuiFormLabel-root,
.MuiFormLabel-root.Mui-focused {
    color: inherit !important;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}