/* #backGroundimg{
border: 1px solid red;
max-width: 1024px;
margin: 30px auto 20px auto;
padding: 90px 90px 100px 90px;
display: flex;
justify-content: center;
align-items: center;

} */

div > h2,
h1 {
  text-align: center;
}
#navbar {
  border: 1px solid black;
  height: 130px;
  margin-bottom: 50px;
}
#footer {
  border: 1px solid black;
  height: 200px;
  margin-top: 50px;
}
#outer {
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  /* border: 1px solid red; */
  height: 400px;
  width: 60%;
  margin: auto;
  margin-top: 40px;
}
#inner > h2 {
  font-family: "BBText Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 20px;
  color: #000000;
  margin-left: 150px;
  margin-right: 150px;
  font-style: normal;
}
#inner > h1 {
  margin-top: 50px;
  font-family: "BBText Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 24px;
  color: #000000;
 
}

#userinfo {
  display: flex;
  justify-content: space-evenly;
  margin-top: -10px;
}
input {
  border: opx;
  width: 30%;
  height: 35px;
  font-family: "BBText Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-left: 10px;
}
#inner + p {
  margin-left: 22px;
}
#btnsign {
  border: 0px;
  margin-top: 10px;
  margin-left: 609px;
  background-color: black;
  height: 33px;
  width: 125px;
  font-size: 400;
  font-style: normal;
  font-size: 14px;
  font-family: "BBText Bold", Helvetica, Arial, sans-serif;
  color: #ffffff;
  line-height: 30px;
  font-weight: bold;
  cursor: pointer;
}
#btnsign:hover {
  background-color: #ff4661;
  color: white;
  border: 0px;
}
#birthday {
  margin-top: -15px;
  margin-left: 203px;
}
#dob {
  display: flex;
  margin-top: 80px;
}

#dob > input {
  /* margin-left: 50px; */
  display: flex;
  width: 60px;
  height: 35px;
  margin-top: -78px;
  text-align: center;
  justify-content: center;
  text-align: center;
}
#dob > input:nth-child(1) {
  margin-left: 80px;
  margin-right: 15px;
}
#dob > input:nth-child(2) {
  margin-right: 15px;
}
#dob > input:nth-child(4) {
  margin-left: 25px;
  width: 275px;
  text-align: left;
}
#dob + p {
  margin: -35px 10px;
  color: #ff4661;
  font-family: "BBText Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: underline;
}
ul {
  margin-left: 300px;
  margin-top: 0px;
  font-family: "BBText Bold", Helvetica, Arial, sans-serif;
  color: red;
  font-weight: bold;
}
#outer{
  height: 420px;
  width: 98%;
  margin: auto;
  position:absolute;
  


}
.img{
background-image: url("https://www.bobbibrown.in/media/images/account/email-sms-signup-envelope.gif");
height: 450px;
width: 60%;
margin: auto;
position: relative;
background-repeat: no-repeat;
background-size: contain;

}
#inner{
  margin-bottom: 40px;
  
}
#error{
  display: none;
}
#userreq{
  margin-bottom: 20px;
}