.other_license {
  font-size:18px;
  width:300px;
  height:63px;
  /*background-color:#e6e6e6;*/
  border-radius: 50%;
  display: inline-block;
  position:relative;
  margin: 20px;
}
.other_license span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.formPanel {
    overflow: inherit;
    width: 620px;
    height: 680px !important;
    border-radius: 20px;
    background: linear-gradient(to bottom, #ABBFDE 80px, #fff 80px); /* 上1/8水色 */
    transition: height 0.5s;
    margin-bottom: 10px;
}
