body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}


.container{
  background-color: #dfdedb;
  background-color: #36d1d1;
  width: 90%;
  height: 150vh;
  margin:auto;
  border:1px #a5a3a3 solid;
  padding:10px 10px;
  border-radius: 3px;
  visibility: visible;
  height: auto;
  background-color: #eaeaeded;
}

.container_form{
  width: 80%;
  border:1px rgb(2, 126, 2) solid;
  margin:auto;
  height: auto;
  margin-top: 15px;
  padding: 10px;
  border-radius: 5px;
}




