* {
  margin: 0;
  padding: 0;
}

.form {
  height: 32rem;
  width: 32rem;
  padding: 12px;
  border: none;
  margin: auto;
  margin-top: 3rem;
  border-radius: 9px;
  box-shadow: black 0rem 0 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Poppins";
  justify-content: space-between;
}
.container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 16rem;
  width: 30rem;
  flex-flow: wrap row;
  /* border: 1px solid black; */
  margin-top: 2rem;
}
.cont-1 {
  /* border: 1px solid blue; */
  height: 3rem;
  width: 14rem;
  margin: 5px;
  text-align: left;
}
.cont-1 input {
  border: 1px solid rgb(194, 187, 187);
  border-radius: 5px;
  margin: 2px;
  height: 20px;
  width: 13.5rem;
  padding: 2px;
}
.dob {
  /* border: 1px solid blue; */
  height: 4rem;
  width: 30rem;
  text-align: left;
}
.dob-inp {
  /* border: 1px solid green; */
  display: flex;
  margin: 5px;
  justify-content: space-between;
}
.dob-inp select {
  width: 8rem;
  border: 1px solid rgb(194, 187, 187);
  height: 1.8rem;
  border-radius: 3px;
}
.dob-inp input {
  width: 8rem;
  border: 1px solid rgb(194, 187, 187);
  height: 1.5rem;
  border-radius: 3px;
  padding: 2px;
}
.dob-inp img {
  height: 2rem;
  width: 2rem;
}
.reg {
  width: 30rem;
  height: 1.8rem;
  border-radius: 5px;
  border: none;
  color: white;
  background-color: black;
  padding: 4px;
  font-weight: 600;
}
@media (max-width: 500px) {
  h3 {
    font-weight: 600;
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .form {
    height: 50rem;
    width: 15rem;
    margin-top: 5px;
    padding: 2px;
  }
  .container {
    height: 26rem;
    width: 29rem;
    flex-direction: column;
    align-items: center;
    /* border: 1px solid green; */
  }
  .cont-1 {
    width: 27rem;
    height: 4rem;
    margin: 6px 0;
    /* border: 1px solid green; */
  }
  .cont-1 input {
    width: 24rem;
    height: 2rem;
  }
  .dob {
    margin: 15px 0px 0 0;
    height: 15rem;
    width: 25rem;
    /* border: 2px solid green; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    font-size: 1.2rem;
  }
  .dob-inp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* border: 2px solid blue; */
    height: 15rem;
    width: 25rem;
  }

  .dob-inp select {
    width: 24rem;
    height: 2rem;
  }
  .reg {
    width: 25rem;
    margin: 10px 0;
  }
}
