@font-face {
  font-family: bananaGrotesk;
  src: url(bananagrotesk-medium.otf);
}

@font-face {
  font-family: perfekkta;
  src: url(perfekttavf-regular-trial.ttf);
}

#signup-form {
  transition: opacity 1s ease;
}

body{
  width:100vw;
  height:100vh;
  overflow:hidden;
  background-color: #E8FA73;
  box-sizing: border-box;
}

#logo svg{
  fill: #17301F;
  height: 100%;
}





h1{
  color: #17301F;
  font-family: bananaGrotesk, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 75%;
  width:550px;
  padding-bottom: 30px;
}

h1 span{
  color: #956833;
}

#formCont{
  display:flex;
  align-items: center;
  justify-content: space-between;
  background-color: #17301F;
  border-radius: 20px;
  box-shadow: 0 0 21.4px 0 rgba(0, 0, 0, 0.25);
  width:100%;
}


form{
  all:reset;
  width:50%;
  display: flex;
  gap: 15px;
}

form input::placeholder { /* Standard syntax */
    color: #E8FA73; 
    opacity: 0.4; 
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #E8FA73;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: none;
    color: #E8FA73!important;
    font-size: 18px;
}

input::focus, input::se{
  background: none;
}

form button{
  background-color: #E8FA73;
  border-radius: 10px;
  height: 50px;
  width:50%;
  color: #17301F;
  transition: ease .5s;
  transition-property: backround-color, color;
  border: solid 1px #E8FA73;
  cursor: pointer;
  font-family: bananaGrotesk, Arial, Helvetica, sans-serif;
  font-size: 18px;
}

form input{
  border-radius: 10px;
  background: none;
  height: 50px;
  width:50%;
  color: #E8FA73;
  transition: ease .5s;
  border: solid 1px #E8FA73;
  cursor: text;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 15px;
  text-align: center;
  font-family: bananaGrotesk, Arial, Helvetica, sans-serif;
  font-size: 18px;
}

form input::focus{
  outline: none !important;
  box-shadow: none !important;
}

form button:hover{
  color: #E8FA73;
  background-color: #17301F;
}



#bugCont{
  pointer-events: none;
  position: fixed;
  top:0;
  left:0;
  width: 100vw;
  height: 100dvh;
}

#bugCont img{
  position: fixed;
  width:75px;
}

#bugOne{
  right:20%;
  top: 10%;
}
#bugTwo{
  right: 50%;
  top: 20%;
}
#bugThree{
  left: 15%;
  top: 30%;
}
#bugFour{
  left: 40%;
  top: 45%;
}
#bugFive{
  left: 25%;
  bottom: 40%;
}
#bugSix{
  right: 10%;
  bottom: 25%;
}
#bugSeven{
  right: 30%;
  bottom: 20%;
}

@media only screen and (min-width: 600px){
  body{
    padding: 30px;
    overflow: hidden;
    height: 100dvh;
  }
  #logo svg{
  fill: #17301F;
  height: 100%;
  width: 650px;
  max-width: 50vw;
}

#logo{
  width:1000px;
}

#formCont{
  padding:15px;
  height: 80px;
  width:100%;
  font-family: bananaGrotesk, Arial, Helvetica, sans-serif;
  font-size: 18px;
}

#bottomCont{
  position: fixed;
  bottom: 30px;
  left:30px;
  width: calc(100vw - 60px);
  box-sizing: border-box;
}

#message{
  color:#E8FA73;
  width: 350px;
  font-size: 20px;
  padding-left: 5px;
  line-height: 1.15;
  font-family: bananaGrotesk, Arial, Helvetica, sans-serif;
}

}

@media only screen and (max-width: 600px){
  body{
    padding: 15px;
  }
  #logo svg{
  fill: #17301F;
  height: 100%;
  width: calc(100vw - 30px);
}

form, #formCont{
  flex-direction: column;
}

#formCont{
  padding:10px;
  font-size: 18px;
  width:100%;
  height: 185px;
  transition: height 0.5s ease;
}

form{
  width:100%;
  gap:5px;
}

form button, form input{
  width:100%;
}

#bottomCont{
  position: fixed;
  bottom: 15px;
  left:15px;
  width: calc(100vw - 30px);
  box-sizing: border-box;
}

#message{
  color:#E8FA73;
  /* width: 350px; */
  font-size: 18px;
  line-height: 1.15;
  font-family: bananaGrotesk, Arial, Helvetica, sans-serif;
  padding: 10px;
  padding-top: 6px
}

h1{
  color: #17301F;
  font-family: "bananaGrotesk";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 100%;
  width:100%;
  padding-bottom: 15px;
}

#bugSeven, #bugFive, #bugSix{
  display:none;
}

}

