body {
  font-family: "Gill Sans", sans-serif;
  padding: 1rem;
  color: #87c53e;
  }

  button {
    cursor: pointer;
    outline: 0;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    background-color: #87c53e;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 1rem;
    border-radius: 25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    border-color: #87c53e;
    width: 60%;
    margin-top: 2rem;
    
  }
  
  button:hover {
    color: #87c53e;
    background-color: #fff;
    border-color: #87c53e;
  }
  .pay-form {
    width : 100%;
    padding: 0rem 0.5rem;
    display: flex;
    flex-direction: column;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    border-radius: 1rem;
    height: 420px;
  }
  
  .pay-form > div {
    margin-top: 1rem;
  }
  
  .pay-form > label {
    color: grey;
    font-weight: 600;
  }
  
  .pay-form > .button {
    align-self: center;
    margin-top: 3rem;
  }
  
  
  .paygreen-pan-frame, .paygreen-cvv-frame, .paygreen-exp-frame {
    background-color: rgb(243, 243, 243);
    padding: 0 0.5rem;
    border: none !important;
    height: 53px;
  }
  
  .paygreen-pan-frame:hover, .paygreen-cvv-frame:hover, .paygreen-exp-frame:hover {
    border-bottom: #0d6efd solid 1px !important;
  
  }
  
  
  .line {
    display: flex;
    justify-content: space-between;
  }
  
  .line > div {
    max-width: 50%;
    height: 50px;
  }
  
  #paygreen-reuse-checkbox-container {
    margin-top: 3rem;
    height: 70px;
  }

  #cardNumberFrame {
    height: 40px;
    width: 100%;
    padding: 0.3rem 0;
  }

  #cvvFrame {
    height: 40px;
    width: 100%;
    padding: 0.3rem 0;
  }

  #expFrame {
    height: 40px;
    width: 100%;
    padding: 0.3rem 0;
  }

  #paygreen-pan-frame {
    padding: 0.3rem 0;
  }

  #paygreen-cvv-frame {
    padding: 0.3rem 0;
  }

  #paygreen-exp-frame {
    padding: 0.3rem 0;
  }

  #consentFrame {
    height: 70px;
  }
