* {
  margin: 0;
  padding: 0;
  font-family: "roboto", sans-serif; 
  background-color: black; 
}

img {
  margin-top: 100px;
}


.container {
  min-height:100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}


.form-container {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;

}

input, button {
  margin: 5px;
  padding:8px ;
  background-color:#FFFFFF40;
  border-color: #FFFFFF33; 
  color: #ffffff;
  border-radius:5px ;
  border: 1px;
  top: 13px;
  left: 16px;


}

button {
  background-color:#AEC346 ;
  color: #FFFFFF;
  width: 342;
  height: 72;
  top: 858px;
  left: 849px;
  padding-right: 76px;
  padding-left: 76px;
  margin-top:30px;
  cursor: pointer;
  

  
}


h4 {
   width: 400;
   size: 32px;
   line-height: 100%;
   letter-spacing: 0px;
   color:#FFFFFF;
   display: block;
   margin-left: 203px;
   margin-top: 50px;

   
   
}

button:hover {
  opacity: 0.9;
}

button:active {
  opacity: 0.8;
}

/* 🔽 RESPONSIVO EXTRA PARA TELAS PEQUENAS */
@media (max-width: 480px) {
  img {
    width: 300px;
    height: 300px;
    display: block;
    justify-content: center;
    align-items: center;
  }

  h4 {
    font-size: 18px;
      width: 300px;
      text-align: center;
      margin-left: 0;
  }

  input,
  button {
    padding: 10px;
    
  }

  button {
  background-color:#AEC346 ;
  color: #FFFFFF;
  width: 342;
  height: 72;
  top: 858px;
  left: 849px;
  padding-right: 76px;
  padding-left: 76px;
  margin-top:30px;
  cursor: pointer;
  

  
}

}

