.sc-button5 {
    box-shadow: 0px 0px 2px 
rgba(0,0,0,0.1);
box-shadow: blueviolet;
display: inline-block;
position: relative;
height: 26px;
margin: 0;
padding: 9px 11px 2px 10px;
border: 1px solid
#ccc;
border-radius: 8px;
background-color:
#fff;
cursor: pointer;
color:
    #757575;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    font-family: "Interstate","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Garuda,Verdana,Tahoma,sans-serif;
    font-weight: 100;
    text-align: center;
    vertical-align: baseline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all .2s linear;
}