form {
  padding-left: 20px;
  padding-top: 50px;
}
input[type=text] {
  width: 250px;
  height: 40px;
  margin-bottom: 50px;
  box-sizing: border-box;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
