body {
  font-family: "Noto Sans", Verdana, Geneva, sans-serif;
  background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans", Verdana, Geneva, sans-serif;
}
.verowa-submit-wrapper {
  justify-content: flex-end;
}
.verowa-form input[type="submit"] {
    color: #d9017a;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    border: 2px solid #d9017a;
    border-radius: 5px;
    padding: .75em 1.15em;
    margin-top: .3em;
    margin-bottom: .3em;
    background-color: transparent;
}
.verowa_connect_error_box {
  color: red;
}
footer {
  display: none;
}

.verowa_event_details_button,
#subscription-back-button {
  display: none;
}