.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
.btsty {
    width: 130px;
    height: 40px;
    line-height: 42px;
    margin: 20px;
    padding: 0;
    border: none;
    background: rgb(159, 62, 255));
    background: linear-gradient(0deg, rgb(83, 39, 160, 1) 0%, rgb(159, 62, 255, 1) 100%);
  }
  .btsty:hover {
    color: #fcf2f0;
    background: transparent;
     box-shadow:none;
  }
  .btsty:before,
  .btsty:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background: #fcf2f0;
    box-shadow:
     -1px -1px 5px 0px #fff,
     7px 7px 20px 0px #0003,
     4px 4px 5px 0px #0002;
    transition:400ms ease all;
  }
  .btsty:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
  }
  .btsty:hover:before,
  .btsty:hover:after{
    width:100%;
    transition:800ms ease all;
  }
  
  .cusmargin{
  padding-right: 0px;
  padding-bottom: 0px;
  }
 