@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.text-center {
  text-align: center !important;
}
.cookfest-content {
  padding: 1em;
}

@media only screen and (min-width: 768px) {
  .cookfest-content {
    padding: 2em 0;
    width: 70% !important;
    margin: 0 auto;
  }
}

.cookfest-landing {
  font-family: "Poppins", "Roboto", sans-serif;
}
.cookfest-landing .form-container .btn {
  font-family: "Poppins", "Roboto", sans-serif;
  font-weight: 500;
  margin: 0 auto;
  display: block;
  min-width: 300px;
}
.cookfest-landing .form-container .btn-primary {
  background-color: #e52143;
  border-color: #e52143;
}
.cookfest-landing .form-container .btn:hover {
  cursor: pointer;
}
.cookfest-landing .form-container .btn:hover {
  opacity: 0.75;
}

.cookfest-landing hr {
  margin: 2em 0;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cookfest-landing h2 {
  font-size: 23px;
  color: #422564;
  line-height: 1.2em;
  margin: 0.5em 0 0.5em;
  font-weight: 500;
}
.cookfest-landing a {
  text-decoration: underline;
  color: #422564;
}
.cookfest-landing a:hover {
  color: #e52143;
}
.cookfest-landing p {
  font-size: 18px;
}
.cookfest-landing p small {
  font-size: 14px;
}
.cookfest-landing .text-red {
  color: #e52143;
}

.cookfest-landing .form-container .bg-gray {
  background-color: #f5f5f5;
  padding: 2em;
  border-radius: 32px;
}

.cookfest-landing .form-container .form-group input {
  display: block;
  width: 100%;
  border: 1px solid #dcdbdd;
  border-radius: 12px;
  height: 50px;
  padding: 0 1em;
  color: black;
  font-family: "Poppins", "Roboto", sans-serif;
  font-weight: 500;
}
.cookfest-landing .form-container .form-group label {
  font-size: 12px;
  margin-left: 1em;
}

.cookfest-landing .form-container .form-group .help-block {
  font-size: 12px;
  margin-left: 1em;
  font-weight: 600;
  margin-top: 2px;
}

.cookfest-landing .form-container .has-error .help-block {
  color: #e52143;
}

.cookfest-landing .form-container .form-radio-label,
.cookfest-landing .form-container .cookfest-privacy {
  color: #e52143;
  background-color: transparent !important;
  padding-left: 24px;
  position: relative;
  font-size: 20px !important;
  font-family: "Poppins", "Roboto", sans-serif;
  font-weight: 500;
}
.cookfest-landing .form-container .cookfest-privacy label {
  background-color: transparent !important;
  font-size: 14px !important;
}
.cookfest-landing .form-container .form-radio-label p,
.cookfest-landing .form-container .form-radio-label ul,
.cookfest-landing .form-container .form-radio-label .badge {
  padding-left: 44px;
  font-size: 18px;
  color: black;
}

.cookfest-landing .form-container .form-radio-label ul {
  list-style: circle;
  margin-left: 1em;
}
.cookfest-landing .form-container .form-radio-label ul li {
  line-height: 1em;
  margin: 0.5em 0 1em;
}
.cookfest-landing .form-container .form-radio-label ul li sub {
  font-weight: 400;
  line-height: 1em;
}

.cookfest-landing .form-container .form-radio-label .badge p {
  padding-left: 0;
}
.form-container .form-radio-label .badge {
  padding-left: 0;
  margin-left: 44px;
}
.cookfest-landing .form-container .form-group input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 0;
  position: absolute;
  left: 0;
  top: 6px;
}

.cookfest-landing .badge {
  display: inline-block;
  padding: 0.25em 0.4em !important;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  text-transform: uppercase;
}

.cookfest-landing .badge p {
  padding: 0;
  font-size: 12px !important;
  font-weight: 700;
}

.cookfest-landing .badge-success {
  color: #fff !important;
  background-color: #28a745;
}
.cookfest-landing .badge-warning {
  color: #212529 !important;
  background-color: #ffc107;
}
.cookfest-landing .badge-danger {
  color: #fff !important;
  background-color: #dc3545;
}

.cookfest-landing .badge-success p {
  color: #fff !important;
}
.cookfest-landing .badge-warning p {
  color: #212529 !important;
}
.cookfest-landing .badge-danger p {
  color: #fff !important;
}

.cookfest-landing .form-container .cookfest-privacy {
  color: black;
}
