.page-smsbump{
  .cw-header-text, 
  .header-text{
    margin-bottom: 8px;
  }

  .form-wrapper{
    @media screen and (min-width: 590px){    
      padding-top: 30px;
    }
  }

  .form-renderer{
    @media screen and (min-width: 590px){
      margin-top: 150px;
    }
  }
  .form-holder{
    gap: 12px;
    @media screen and (max-width: 768px){
      gap: 30px;
    }
  }

  .grid{
    @media screen and (max-width: 768px){
      display: flex;
      flex-direction: column-reverse;
    }
  }

  .cw-form-control, .hiFDZc.hiFDZc{
    border: none!important;
    border-bottom: solid 1px black!important;
    padding-left: 0px;
    padding-right: 0px;
    .cw-form-control::placeholder{
      text-transform: uppercase;
    }
  }

  .smsb-subscribe-button{
    margin-top: 12px;
    margin-bottom: 12px;
    
    @media screen and (max-width: 768px){
      margin-top: 30px;
      margin-bottom: 30px;
    }
  }

  .page-width{
    @media screen and (max-width: 768px){
      padding: 0px;
    }
  }

  .success-container svg{
    display: none!important;
  }
  
}