.button_2 {
   
   background: #1cc76f;
   padding: 0px 14px 5.5px;
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   border-radius: 20px;
   color: white;
   font-size: 14px;
   font-family:  'Open Sans', sans-serif;
   font-weight: 600;
   text-decoration: none;
   vertical-align: middle;
   text-align: left;
   line-height: 12.90px;
   }
.button_2:hover {
   border-top-color: #1ee880;
   background: #1ee880;
   color: #ccc;
   }
   
 .svg {
    overflow: hidden;
    image-orientation: none;
    margin-bottom: -30px;
}
.tex-center{
    text-align: right;
    margin-left: 30px;
    margin-top: -53px;
    text-align-last: left;
}
.button_2:active{
    border-top-color:#236055;;
    background:#236055;
}
