.error-page-403[data-v-8fe14e96] {
  background: #fff;
  width: 100%;
  height: 100vh;
  padding: 100px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-img[data-v-8fe14e96] {
  width: 700px;
}
