.header .logo img {
  width: 100px;
}

.logo {
text-align: center;
}

h1, h2, h3 , h4 {
  font-weight: 700;
}

input {
  font-family: inherit;
  accent-color: #F82758;
}

input[type="text"], input[type="email"], select {
  box-shadow: none;
  background-color: #eee;
  border-radius: 0;
  border: none;
}

.button {
    background: green;
    padding: 15px 30px;
    border-radius: 20px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    color: #ffff;
    display: inline-block;
    min-width: 150px;
    font-size: 1.1em;
    text-align: center;
}

.button:hover {
    background: green;
    color: white;
}

.button.button-outline {
    background: #fff;
    border: 1px solid green;
    color: #F82758;
}

.button.button-outline:hover {
    background: green;
    border: 1px solid green;
    color: white;
}

a {
  color: green;
  text-decoration-color: green;
}

a:hover {
  color: #000;
  text-decoration-thickness: 2px;
}


input:focus {
    border-color: green;
}

.wrap {
 border: none;
 box-shadow: 0 0 .25rem 0 rgba(0,0,0,.1);
}

.lists:has(input[type='checkbox']),
.row:has(input[type='radio']) {
  padding-inline-start: 2rem;
}

.lists:has(input[type='checkbox']) li,
.row:has(input[type='radio']) {
  position: relative;
}

.lists li input[type='checkbox'] {
  position: absolute;
  inset-inline-start: -2rem;
  inset-block-start: 2px;
}

.row input[type='radio'] {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 2px;
}
footer.container {
display: none;}