.btn-primary-action, .btn-secondary-action {
  
  background: linear-gradient(90deg, #00ceb0, #1a52a9);
  color: white;
}
    .btn-primary-action:hover, .btn-primary-action:visited, .btn-secondary-action:hover {
  background: linear-gradient(90deg, #1a52a9, #00ceb0);
  color: #fff;
}
body {
  background-image: url(https://cdn.eventtia.com/event_files/219869/original/1980x1080-px-1.png?1758714498);
}
.title-form {
 color: #fff !important;
}
.new-card, .attendee-new-card, .summary-container .payment-summary, .registration .main-card.retrieve {
  background: 32ec9ff 0% 0% no-repeat padding-box !important;
  border-radius: 25px !important;
  margin-top: 2rem;
}
.header-registration .event-logo {
      display: none;
}
.attendee-information {
  margin-top:20px;
  margin-bottom: 12px;
}
.attendee-form, .title-form {
  background: linear-gradient(90deg, #00ceb0, #1a52a9);
    border-radius: 10px !important;
    padding: 6px 15px;
}
.attendee .attendee-form {
  padding: 5px 15px !important;
}
.title-form {
  margin: 20px 0;
  width: fit-content;
  text-align: center;
}
.table-responsive {
  padding-top: 5px;
  border: 0px;
}

@media (max-width:768px) {
  .title-form {
    margin: 20px 0 !important;
  }
}

