.wrap1 {
width:90%;
background-color: #fff;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
border-radius: 15px;
margin:15px;
}
.label1 {
font-weight:bold;
}
.input-text1 {
  min-width: 350px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.select-box1 {
  min-width: 200px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}


.radio-box1 {
  display: inline-block;
  margin-right: 10px;
}
.check-box1 {
  display: inline-block;
  margin-right: 10px;
}


.button1 {
  padding: 10px 20px;
  background-color: #007BFF;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
}


.button1:hover {
  background-color: #0056b3;
}