.intaSendPayButton {
    background: #2cc1ee;
    border-radius: 3px;
    border: 1px solid #2cc1ee;
    color: #fff;
    height: 34px;
  }
  .intaSendPayButton:hover {
    cursor: pointer;
  }