* {
  box-sizing: border-box;
}

body {
  /* font-family: sans-serif; */
}

.error-flash-react {
  background-color: rgba(255, 38, 0, 0.8);
  border: 1px solid rgba(255, 38, 0, 0.692);
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
  position: relative;
  color: white;
}

.error-flash-react-close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-weight: bold;
}