/* body {
    font-family: Arial, sans-serif;
   background-image: url("Anime/images/brabus-900-3840x2160-25405.jpg");
    background-size: cover;
    padding: 30px;
    display: flex;
    justify-content: center;
}
.Ex-box {
    background-color:#fff;
    padding: 30px;
    border: 2px solid #333;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    max-width: 900px;
    width: 100%; 
    height: 590px;
} */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-image: url("Anime/brabus-900-3840x2160-25405.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding: 30px;
  display: flex;
  justify-content: center;
}

.Ex-box {
  background-color: #fff;
  padding: 30px;
  border: 2px solid #333;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  max-width: 900px;
  width: 100%;
}

.Ex-box h2 {
    margin-bottom: 25px;
    text-align: center;
}

.ip-box {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    height: 10px;
    flex-wrap: wrap;
    
}

.input-group {
    display: flex;
    flex-direction: column;
    min-width: 250px;
}

.input-group input {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}


.ip-box2 {
  display: flex;
  justify-content: space-between;
  gap: 75px;
  width: 100%;
}

.input-group2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 2px;
}

.age-group {
  display: flex;
  flex-direction: column;
}

.age-group label {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  padding: 0 0 5px 5px;
}

.age-group input[type="radio"] {
  margin-right: 8px;
  
}


.ip-box3 {
display: flex;
justify-content: center;
gap: 118px; 
margin-top: 20px;
flex-wrap: wrap;
}

.input-group3 {
display: flex;
flex-direction: column;
align-items: flex-start;

}

.input-group3 input[type="text"],
.input-group3 input[type="email"] {
padding: 8px;
height: 22px;
width: 220px;
border-radius: 6px;
border: 1px solid #ccc;
}

.input-group3 label {
display: block;
margin: 4px 0;
}

.Gen-group input[type="checkbox"] {
  margin-right: 8px;
  text-align: left;
}


.btr {
  display: flex;
  justify-content: center;
  margin-top: -5%;
}

.btr button[type = "submit"]{
  height: 50px;
  width: 160px;
  font-size: 16px;
  border-radius: 8px;
  background-color: #4CAF50;
  color: white;
  cursor: pointer;
/*   transition: background 0.3s ease; */

}

.btr button[type="submit"]:hover {
  background-color: #0056b3;

}

