.not-found-container {
  width: 1080px;
  margin: 0 auto;
}
.not-found-container .el-row {
    width: inherit;
    display: flex;
    align-items: center;
    padding: 60px 0;
}
.not-found-container .el-row .header-font {
      font-size: 6em;
      font-weight: bold;
      opacity: 0.3;
}
.not-found-container .el-row .page-title {
      font-size: 24px;
      font-weight: bold;
}
.not-found-container .el-row .el-input input {
      height: 35px;
      border-radius: 0 !important;
      box-sizing: border-box;
      border-right: 0 !important;
}
.not-found-container .el-row .btn-search {
      background-color: #ff6d0b;
      border-radius: 0 !important;
      color: #fff;
      border: 1px solid #ff6d0b;
      height: 35px;
}


.not-found-container input {
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

