body.br-zid-auth-page {
  background-color: #D2C8BC !important;
}
body.br-zid-auth-page #root,
body.br-zid-auth-page .MuiScopedCssBaseline-root,
body.br-zid-auth-page .MuiCssBaseline-root {
  background-color: transparent !important;
}
body.br-zid-auth-page .MuiTypography-root {
  font-family: 'The Year of the Camel', 'Aileron', sans-serif !important;
  color: #312516 !important;
}
body.br-zid-auth-page .MuiTypography-colorTextSecondary,
body.br-zid-auth-page .MuiTypography-body2,
body.br-zid-auth-page .MuiFormHelperText-root {
  color: #998273 !important;
}
body.br-zid-auth-page .MuiInputLabel-root,
body.br-zid-auth-page .MuiFormLabel-root {
  color: #312516 !important;
}
body.br-zid-auth-page .MuiOutlinedInput-root {
  background-color: #faf6f2 !important;
  border-radius: 0.125rem !important;
}
body.br-zid-auth-page .MuiOutlinedInput-notchedOutline {
  border-color: #312516 !important;
  border-width: 1px !important;
}
body.br-zid-auth-page .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,
body.br-zid-auth-page .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #90674d !important;
}
body.br-zid-auth-page .MuiInputBase-input,
body.br-zid-auth-page .MuiSelect-select {
  color: #312516 !important;
  font-family: 'Aileron', 'The Year of the Camel', sans-serif !important;
}
body.br-zid-auth-page .MuiButton-contained,
body.br-zid-auth-page .MuiButton-containedPrimary,
body.br-zid-auth-page .MuiButton-contained.MuiButton-fullWidth {
  background-color: #231010 !important;
  color: #d2c8bc !important;
  border-radius: 0.125rem !important;
  font-family: 'The Year of the Camel', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}
body.br-zid-auth-page .MuiButton-contained:hover,
body.br-zid-auth-page .MuiButton-containedPrimary:hover {
  background-color: #90674d !important;
  color: #d2c8bc !important;
}
body.br-zid-auth-page .MuiButton-text,
body.br-zid-auth-page .MuiButton-outlined {
  color: #312516 !important;
  border-color: #312516 !important;
  border-radius: 0.125rem !important;
}
body.br-zid-auth-page .MuiMenu-paper,
body.br-zid-auth-page .MuiPopover-paper,
body.br-zid-auth-page .MuiPaper-root.MuiMenu-paper {
  background-color: #faf6f2 !important;
  border: 1px solid #312516 !important;
  border-radius: 0.125rem !important;
  box-shadow: 0 4px 24px rgba(35, 16, 16, 0.12) !important;
  min-width: 260px !important;
  max-width: min(100vw - 2rem, 420px) !important;
}
body.br-zid-auth-page .MuiMenuItem-root {
  color: #312516 !important;
  font-family: 'Aileron', 'The Year of the Camel', sans-serif !important;
}