.wppb-success {
  box-sizing: border-box;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.wppb_custom_success {
  max-width: 760;
  display: grid;
  padding: 1ex;
  margin: 2em auto 4em;
  line-height: 1.8;
  position: relative;
  border: 3px solid #2396f3;
  border-radius: 5px;
  box-shadow: 0px 3px 3px #ccc;
}

.wppb_custom_success_title, .wppb_custom_created_title {
  text-align: center;
  padding: 1em;
  color: white;
  border-radius: 5px;
  background-color: #2396f3;
}

.wppb_custom_success_content {
  color: #293340;
  margin-top: 1ex;
  padding: 1em 0;
  letter-spacing: 0.5px;
}

.wppb_custom_created {
  max-width: 800px;
  padding: 1ex;
  margin: 2em auto;
  line-height: 1.8;
  position: relative;
  border-radius: 5px;
}

.wppb_custom_created_content {
  color: #293340;
  margin-top: 1ex;
  padding: 1em 0;
  letter-spacing: 0.5px;
}/*# sourceMappingURL=wppb_custom.css.map */