.wrap1 {
width:80%;
background-color: #fff;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
border-radius: 15px;
margin:15px;
}
.info-g {
  background-color: #ced1d4;
  border-radius: 7px;
  padding: 20px;
  margin:15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 0,5px solid #ccc;
}
.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;
}
.info-message {
  text-decoration:none;
}