
.card-warp {
&[data-v-3116de76] {
  width: 100%;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-area {
&[data-v-3116de76] {
    width: 100%;
    height: 100%;
    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;
    gap: 20px;
}
.title[data-v-3116de76] {
      color: #0064c8;
      font-size: 22px;
}
.form-content[data-v-3116de76] {
      width: 100%;
}
}
}
[data-v-3116de76] .ant-card-body {
  padding: 20px;
  width: 30%;
  height: 50%;
}


