@font-face {
  font-family: 'BNP';
  src: url(BNPPSansCond-700.f40ec7e9.woff); }
.create-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 100%; }
  .create-wrapper .signer {
    position: relative;
    display: flex;
    justify-content: center; }
    .create-wrapper .signer img {
      position: relative;
      width: 1280px; }
    .create-wrapper .signer .data {
      position: absolute;
      top: 33%;
      left: 31%;
      color: #fff;
      font-family: 'BNP';
      padding: 4px;
      background: #00965f; }
      .create-wrapper .signer .data .item {
        font-size: 23px; }
        .create-wrapper .signer .data .item .key {
          font-weight: 600; }
        .create-wrapper .signer .data .item .value {
          margin-left: 8px; }
    .create-wrapper .signer button {
      position: absolute;
      top: 18%;
      left: 9%;
      padding: 8px 22px;
      width: 330px;
      height: 80px;
      border: 1px solid #1c91dd;
      background: #1c91dd;
      color: #fff;
      opacity: 0; }
      .create-wrapper .signer button:hover {
        cursor: pointer; }

/*# sourceMappingURL=agronomist.css.map */
