.error-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  // padding: 0 10px;

  &.justify-left {
    justify-content: left;
    text-align: left;
  }
}
