*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Nunito', sans-serif;
  color: #384047;
}

 #form{
  background-color: #f4f7f8;
  border-radius: 8px;
  padding: 10px 20px;
}

h1 {
  margin: 0 0 30px 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="age"],
textarea,
select {
    border: none;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    padding: 10px;
    background-color: #e8eeef;
    margin-bottom: 15px;
    border-radius: 0;
}
