.feexpay_button {
    background-color:#112C56;
    color:white;
    text-align:center;
    padding:10px;
    border:none;
    width:100%;
    justify-content:center;
    align-items:center;
    flex-direction:row;
    border-radius:0.5rem;
    cursor:pointer;
    display: flex;

  }
  .feexpay_button_text{
     font-size:1rem;
     font-weight:800;
     margin-right:0.2rem;
  }
  .feexpay_img_logo{
    width:100px;
  }
  .feexpay_choice_text {
    font-size:0.8rem;
  }

  .feexpay_secure_by_feexpay{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  .feexpay_img_lock{
    width:15px;
    margin-right:0.2rem;

  }

  .feexpay_lock_line{
    background-color:#112C56;
    width:6px;
    height:1px;
  }
  .feexpay_lock_text{
    font-size:0.7rem;
  }