.error-page-custom-style {
  position: relative;
  height: calc(100vh - 64px);
  .case {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #5f708a;

    .desc {
      margin: 30px 0 24px;
    }

    .btn {
      cursor: pointer;
      color: #096dd9;
      user-select: none;
      padding: 8px 12px;

      &:hover {
        background-color: #f5f7fa;
        border-radius: 4px;
      }
    }
  }
}
