.panel-body-row {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.panel-body {
  padding: 0px 20px;
  background-color: #f8faff;
}
.panel {
  width: 456px;
  height: 281px;
}
.panel-body-row3 {
  margin-top: 30px;
  display: flex;
}
.form-footer-left {
  width: 100%;
  display: flex;
  justify-content: end;
}
.sub-btn {
  width: 70px;
  height: 32px;
  background: #016eff;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  font-family: PingFangSC-Regular, PingFang SC;
}
