#body-inschrijving {
  overflow: hidden;
}

.blur-achtergrond {
  position: absolute;
  left: 0;
  top: -1vh;
  z-index: -999;
  width: 105vw;
  height: 105vh;
  background: rgb(39, 169, 199);
  background: linear-gradient(135deg, rgba(39, 169, 199, 1) 0%, rgba(230, 228, 98, 1) 100%);
  filter: blur(5px);
}

.container-inschrijving {
  float: left;
  width: 70vw;
  margin-left: 15vw;
  height: 70vh;
  margin-top: 15vh;
  background-color: white;
  border-radius: 3.5em;
  box-shadow:
    0px 0px 5.2px rgba(0, 0, 0, 0.241),
    0px 0px 15.3px rgba(0, 0, 0, 0.309),
    0px 0px 33.3px rgba(0, 0, 0, 0.347),
    0px 0px 67.8px rgba(0, 0, 0, 0.369),
    0px 0px 259px rgba(0, 0, 0, 0.38);
}

.logo-zijde {
  float: left;
  width: 35vw;
  height: 70vh;
  align-content: center;
  border-top-left-radius: 3.5em;
  border-bottom-left-radius: 3.5em;
}

.image-logo {
  height: 50vh;
  display: block;
  margin: auto;
  object-fit: cover;
}

.formulier-zijde {
  float: left;
  width: 35vw;
  height: 100%;
  background-color: #e6e462;
  border-top-right-radius: 3.5em;
  border-bottom-right-radius: 3.5em;
}

.image-mail {
  margin-top: 16vh;
  width: 15vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1160px) {
  .image-mail {
    margin-top: 19vh;
  }
}

.container-text-inschrijving {
  float: left;
  width: 31vw;
  margin-left: 2vw;
  display: flex;
  justify-content: center;
}

.text-inschrijving {
  float: left;
  color: #27a9c7;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
}

#container-input-submit {
  float: left;
  width: 31vw;
  margin-left: 2vw;
  display: flex;
  justify-content: center;
}

.input {
  height: 40px;
  width: 18vw;
  padding: 10px;
  color: #26a8c7;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  caret-color: #27a9c7;
  border: 5px solid #27a9c7;
  background-color: #e6e462;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  outline: none;
  transition: all 0.2s ease;
}

input:focus {
  border: 5px solid #27a8c7;
}

input::placeholder {
  color: #27a8c7;
  font-family: "poppins", sans-serif;
  font-weight: 700;
}

.submit {
  height: 40px;
  color: #e6e462;
  border: solid transparent 5px;
  background-color: #27a9c7;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  font-size: 23px;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  outline: none;
  transition: all 0.15s ease-in-out;
}

.submit:hover {
  cursor: pointer;
  color: #27a9c7;
  background-color: #e6e462;
}

#button-ingeschreven:hover {
  cursor: default;
  color: #e6e462;
  background-color: #27a9c7;
}

@media only screen and (max-width: 1024px) {
  .container-inschrijving {
    float: left;
    width: 70vw;
    margin-left: 15vw;
    height: 70vh;
    margin-top: 15vh;
    border-radius: 3.5em;
    box-shadow:
      0px 0px 5.2px rgba(0, 0, 0, 0.241),
      0px 0px 15.3px rgba(0, 0, 0, 0.309),
      0px 0px 33.3px rgba(0, 0, 0, 0.347),
      0px 0px 67.8px rgba(0, 0, 0, 0.369),
      0px 0px 259px rgba(0, 0, 0, 0.38);
  }

  .logo-zijde {
    display: none;

  }

  .image-logo {
    display: none;
  }

  .formulier-zijde {
    float: left;
    width: 70vw;
    height: 100%;
    border-top-left-radius: 3.5em;
    border-bottom-left-radius: 3.5em;
    /* background-color: #e6e462; */
  }

  .image-mail {
    margin-top: 12vh;
    width: 30vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .container-text-inschrijving {
    float: left;
    width: 60vw;
    margin-left: 5vw;
    display: flex;
    justify-content: center;
  }

  .text-inschrijving {
    float: left;
    color: #27a9c7;
    font-weight: 700;
    font-size: 0.9em;
    text-align: center;
  }

  #container-input-submit {
    float: left;
    width: 60vw;
    margin-left: 5vw;
    display: flex;
    justify-content: center;
  }

  .input {
    height: 40px;
    width: 18vw;
    padding: 10px;
    color: #26a8c7;
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    caret-color: #27a9c7;
    border: 5px solid #27a9c7;
    background-color: #e6e462;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    outline: none;
    transition: all 0.2s ease;
  }

  input:focus {
    border: 5px solid #27a8c7;
  }

  input::placeholder {
    color: #27a8c7;
    font-family: "poppins", sans-serif;
    font-weight: 700;
  }

  .submit {
    height: 40px;
    color: #e6e462;
    border: solid transparent 5px;
    background-color: #27a9c7;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    font-size: 0.9em;
    font-family: "poppins", sans-serif;
    font-weight: 700;
    outline: none;
    transition: all 0.15s ease-in-out;
  }

  .submit:hover {
    cursor: pointer;
    color: #27a9c7;
    background-color: #e6e462;
  }

  #button-ingeschreven:hover {
    cursor: default;
    color: #e6e462;
    background-color: #27a9c7;
  }
}

@media only screen and (max-width: 768px) {
  .container-inschrijving {
    font-size: 0.8em;
  }

  .image-mail {
    margin-top: 18vh;
  }
}



/* v2 */

/* .logo-zijde {
 position: absolute;
 width: 50vw;
 left: 0;
 height: 100vh;
}

.logo {
 display: block;
 margin-left: auto;
 margin-right: auto;
 width: 80%;
 margin-top: 20vh;
}

.geel-maan-inschrijving {
 position: absolute;
 z-index: 1;
 left: 60vw;
 top: 35vh;
 height: 200px;
}

.inschrijvings-zijde {
 position: absolute;
 width: 50vw;
 right: 0;
 height: 100vh;

} */