form#go-easter-form {
  margin-top: 100px;
}
@media (min-width: 768px) {
  form#go-easter-form {
    width: 110%;
  }
}
form#go-easter-form fieldset legend {
  color: #d7007c;
  font-size: 29px;
  font-weight: bolder;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  form#go-easter-form fieldset legend {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  form#go-easter-form fieldset legend {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  form#go-easter-form fieldset legend {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  form#go-easter-form fieldset legend {
    font-size: 50px;
  }
}
form#go-easter-form fieldset p:nth-of-type(1) {
  margin-bottom: 20px;
}
form#go-easter-form fieldset p:nth-of-type(2) {
  font-size: 14px;
  margin-bottom: 40px;
  margin-top: 40px;
}
form#go-easter-form fieldset .go-easter-form-checkbox {
  display: flex;
  margin-bottom: 1rem;
}
form#go-easter-form fieldset .go-easter-form-checkbox input[type=checkbox] {
  accent-color: #d7007c;
  cursor: pointer;
  flex-shrink: 0;
  height: 21px;
  margin-right: 0.75rem;
  width: 21px;
}
form#go-easter-form fieldset .go-easter-form-checkbox label {
  flex: 1;
  font-size: 16px;
  cursor: pointer;
}
form#go-easter-form fieldset .go-easter-form-field {
  position: relative;
  margin-bottom: 1.5rem;
}
form#go-easter-form fieldset .go-easter-form-field:nth-last-of-type(2) {
  margin-bottom: 0;
}
form#go-easter-form fieldset .go-easter-form-field input, form#go-easter-form fieldset .go-easter-form-field textarea {
  width: 100%;
  padding: 1.25rem 0.75rem 0.5rem;
  border: 0 !important;
  border-bottom: solid 3px #d7007c !important;
  font-size: 16px !important;
}
form#go-easter-form fieldset .go-easter-form-field input:focus, form#go-easter-form fieldset .go-easter-form-field textarea:focus {
  outline: 2px solid black;
}
form#go-easter-form fieldset .go-easter-form-field input:focus ~ label, form#go-easter-form fieldset .go-easter-form-field input:not(:placeholder-shown) ~ label, form#go-easter-form fieldset .go-easter-form-field textarea:focus ~ label, form#go-easter-form fieldset .go-easter-form-field textarea:not(:placeholder-shown) ~ label {
  top: 0;
  left: 0.75rem;
  font-size: 0.75rem;
  color: #008B82;
}
form#go-easter-form fieldset .go-easter-form-field label {
  position: absolute;
  left: 0;
  top: 1rem;
  font-size: 16px;
  pointer-events: none;
  transition: all 0.2s ease;
  background: white;
}
form#go-easter-form fieldset .go-easter-form-field textarea {
  border: solid 4px #d7007c !important;
  margin-top: 5.75rem;
}
form#go-easter-form fieldset .go-easter-form-field textarea ~ label {
  top: 1.25rem;
}
form#go-easter-form fieldset .go-easter-form-field textarea:focus ~ label, form#go-easter-form fieldset .go-easter-form-field textarea:not(:placeholder-shown) ~ label {
  top: 3.75rem;
}
form#go-easter-form fieldset .go-easter-form-submit {
  text-align: center;
}
@media (min-width: 768px) {
  form#go-easter-form fieldset .go-easter-form-submit {
    text-align: left;
  }
}
form#go-easter-form fieldset .go-easter-form-submit span {
  display: none;
  margin-bottom: 20px;
}
form#go-easter-form fieldset .go-easter-form-submit button {
  background-color: #d7007c;
  border: none;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 50px;
  padding: 20px 25px 15px 25px;
  transition: background-color 0.3s ease;
  width: 300px;
}
@media (min-width: 992px) {
  form#go-easter-form fieldset .go-easter-form-submit button {
    padding: 20px 40px 15px 40px;
    width: 415px;
  }
}
form#go-easter-form fieldset .go-easter-form-submit button:hover {
  background-color: #b30066;
}
form#go-easter-form input {
  background-color: unset;
}

/*# sourceMappingURL=Frontend.css.map */
