.error_wrap {
    position: absolute;
    top: -2.5%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
}

.error_view {
  border: 1px solid #111;
  padding:30px;
    width: auto;
    height: auto;
    background: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin:0 !important;
    text-align: center;
}

#error_code{
  margin:0 !important;
  padding:0 !important;
}
