body {
  background: #f2f2f2;
  font-family: Arial;
}
.container2{
  max-width: 42%;
  max-height:800px;
  margin: 100px auto;
  padding: 20px;
  background:gray;
  border-radius:20px;
}

.form-box {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
}

h2 {
  text-align: center;
  margin-bottom: 20px;
}

input, button {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 16px;
}

button {
  background: #007BFF;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  width:100px;
  margin-left:45%;
}

button:hover {
  background: #0056b3;
}

p {
  text-align: center;
}
