.signupWrapper {
    width: 65%;
    margin: 0 auto;
    text-align: center;
    /* border: 1px solid yellow; */
    padding-top: 5%;
    font-size: 1.2em;
}

.hbtn {
    /* position: relative; */
    /* box-sizing: border-box; */
    /* display: inline-block; */
    overflow: hidden;
    /* padding: 8px 20px; */
    /* margin: 0px 3px 6px; */
    text-align: center;
    border: 2px solid black;
    border-radius: 15px 50px !important;
    /* text-decoration: none !important; */
    color:black;
    white-space: nowrap;
    /* z-index: 0; */
  } 
  
  
  .hbtn i {
    padding-right: 8px;
  } 
  
  
  .hb-border-bottom-br4 {
    position: relative;
    transition-duration: 0.3s;
    overflow: visible;
    box-sizing: border-box;
    border: none;
    padding: 2% 4%;
  } 
  
  
  .hb-border-bottom-br4::after {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    border: 2px solid black;
    border-radius: 5px 20px 5px 20px !important;
    z-index: 2;
    margin: 0;
    left: 0;
    bottom: 0;
    border-top-width: 2%;
    transition: border-top-width 0.1s ease 0.2s, height 0.2s ease 0.1s, width 0.2s ease 0s, margin 0.2s ease 0s, border-bottom-width 0.2s ease 0s;
  } 
  
  
  .hb-border-bottom-br4:hover::after {
    width: 60%;
    height: 0;
    border-width: 0 2% 4%;
    margin: 0 20%;
    transition: border-top-width 0.1s ease 0s, height 0.2s ease 0.1s, width 0.2s ease 0.2s, margin 0.2s ease 0.2s, border-bottom-width 0.2s ease 0.2s;
  } 

  button:focus {outline:0;}