html {
    min-height: 100%;
}
body {
    background-color: #ececec;
    min-height: 100%;
}

.MuiButton-root {
    border-radius: 0;
    box-shadow: none;
}

.MuiButton-contained:hover {
    box-shadow: none;
}

.MuiAppBar-root {
    box-shadow: 0px 3px 6px #00000029;
}

#spa {
    min-height: 100%;
}

.MuiAppBar-root .MuiToolbar-root {
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  margin-right: 16px;
  margin-left: 16px;
}