._Company-info-container .main-wrap {
  padding-top: 20px;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  outline: 0;
}
._Company-info-container .main-wrap h3 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: grey;
}
._Company-info-container .main-wrap .info-form {
    margin: 30px;
}
._Company-info-container .main-wrap .info-form .input-hint {
      font-size: 12px;
      line-height: 20px;
      color: #999;
}
._Company-info-container .main-wrap .btn-wrap {
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    height: 50px;
}
._Company-info-container .main-wrap .btn-wrap .submit-btn {
      display: inline-block;
      position: absolute;
      text-align: center;
      padding: 12px 28px;
      font-size: 18px;
      margin-top: 20px;
      vertical-align: top;
      min-width: 140px;
      background: #33ac37;
      background-color: #33ac37;
      background-image: linear-gradient(to bottom, #33ac37 0, #33ac37 100%);
      border: none;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.15);
      border-radius: 3px;
      outline: 0;
      color: #fff;
      font-weight: 500;
      transition: top 0.2s;
      top: 0;
      cursor: pointer;
}
._Company-info-container .main-wrap .btn-wrap .submit-btn:hover {
        top: -10px;
}

