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

button {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;
}

.form-container {
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 5px;
}
