.userLogin .actionTop{}
.userLogin .actionTop .customerCheck{
      width: 100%;
      position: relative;
}
.userLogin .actionTop .btnStyle { 
  width: 100%;
  justify-content: center;
}
.btnStyle input{    
    font-size: 16px;
    cursor: pointer;
    background: transparent;
    border: none;
    font-weight: 600;
  }
  .btnStyle:hover input{
    color: var(--white);
  }

  .customerCheck input{
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
  }
  .customerCheck input.active+.btnStyle1{
    background: linear-gradient(289.44deg, #D44C98 1.67%, #FF5A6B 75.14%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 8px 15px 0px #FF627C70;
    color: white;
    transition: all 0.5s ease-in-out;
    flex-direction: initial;
  }
   .customerCheck input.active+.btnStyle1::before{
   background: url(/themes/custom/eevent_theme/images/whiteRightArrow.svg) no-repeat center center;
    transition: all 0.5s ease-in-out;
   }

