* {
  padding: 0;
  margin: 0;
  color: #3c4043;

  font-family: "Poppins", sans-serif;
}

.allwrapper {
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
}

.menuwrapper {
  background: white;
  margin-bottom: 0px;
}

.hellothere {
  height: 50px;
}
.wrapper {
  align-items: center;
  display: flex;
  padding: 60px 0px 90px;
  background-image: url("./Pictures/login.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  background-position: center;
}

.signupwrapper h1 {
  margin-top: 15px;
  font-size: 50px;
}

.signupwrapper p {
  font-size: 20px;
}

.writereviewctr {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  margin: auto auto;
  width: 400px;
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  padding-bottom: 20px;
}

.writereviewctr h1 {
  font-size: 35px;
}
.signupwrapper p {
  font-size: 14px;
}

.reviewinput {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 10px;
}

.reviewinput label {
  margin: 10px 0px 5px;
  color: #3c4043;
  font-size: 18px;
}

.reviewinput input,
.reviewinput textarea {
  margin: 0;
  padding: 7px;
  border-radius: 10px;
  border-style: solid;
  border-color: #3c4043;
  border-width: 2px;
  font-size: 20px;
  background-color: #f6f9fe;
  color: black;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

#fname,
#Email,
#password {
  width: 80%;
}

#submit {
  width: 140px;
  background: #3c4043;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 20px 0;
}

#submit:hover {
  background: #327559;
}

.accimg {
  height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("./Pictures/login.jpg");
}

@media screen and (max-width: 500px) {
  .writereviewctr {
    width: 90%;
  }

  .reviewinput input,
  .reviewinput textarea {
    font-size: 16px;
  }

  .reviewinput label {
    font-size: 14px;
  }
}

@media screen and (max-width: 380px) {
  .writereviewctr {
    width: 95%;
  }

  #pbottom {
    width: 70%;
  }
}
