
input[type=text], select{
  width:auto;
  padding: 8px;
  border: 1px solid white;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 7px;
  margin:10px;
  resize: vertical;
}
textarea{
    width:auto;
    height: 15px;
    padding: 1px;
    border: 1px solid white;
    border-radius: 3px;
    box-sizing: border-box;
    margin-left:20px;
    margin-bottom: 5px;
    resize: vertical;
  }
#email{  width: 180px;
    padding: 8px;
    border: 1px solid white;
    border-radius: 3px;
    box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 4px;
    margin-left:50px;
    resize: vertical;
    height: 20px;
  }
input[type=submit] {
  background-color: #4CAF50;
  color: black;
  padding:5px 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: auto;
  text-align: center;
}

#submit{
  background-color: #45a049;
  
  width: 60px;
  height: 30px;
}

.containe{

float: left;;
width: auto;
margin: auto;
}
.foot{
  text-align:center;
}