.twc-malidc-sign-up h1 ~ h3 {
  visibility : hidden;
  
  }
  
.twc-malidc-sign-up h1 ~ h3::before {
  content : 'To subscribe to our audio, please create an account first.';
  display : block;
  visibility : visible;
  
  }
  
.twc-malidc-sign-up .twc-malidc-sign-up-password-confirm ~ div {
  visibility : hidden;
  
  }
  
.twc-malidc-sign-up .twc-malidc-sign-up-password-confirm ~ div::after {
  content : 'Thank you for creating an account.  See you on the other side!';
  display : block;
  visibility : visible;
  
  }