form {
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  border-radius: 1rem;
  max-width: 700px;
  margin: 1rem auto;
  padding: 3rem;
}

form input {
  max-width: 100% !important;
}