/* body {
  overflow: hidden;
  background-color: rgb(237, 181, 6);
}

.container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.box {
  width: 500px;
  height: 500px;
}
.box img {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 270px;
  left: 250px;
}

.form {
  width: 300px;
  height: 400px;
  position: absolute;
  right: 300px;
  top: 350px;
  background-color: rgb(237, 181, 6);
}

.form input {
  width: 100%;
  height: 50px;
  border-radius: 40px;
  background-color: black;
}

.two {
  margin: 20px 0px;
}

.three input {
  height: 140px;
}

.b {
  position: absolute;
  left: 35%;
  bottom: 10%;
}

.b button {
  width: 100px;
  height: 43px;
  border-radius: 20px;
  color: rgb(147, 150, 153);
  background-color: black;
}
@media screen and (max-width: 500px) {
  .box {
    width: 300px;
    height: 300px;
  }
  .box img {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 450px;
    left: 90px;
  }
  .form {
    width: 300px;
    height: 400px;
    top: 20px;
    left: 17px;
  }
} */
body {
  overflow: hidden;
  background-color: rgb(237, 181, 6);
}

.container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.box {
  position: absolute;
  width: 500px;
  height: 500px;
  left: 15%;
  top: 25%;
  /* background-color: blueviolet; */
}
.box img {
  width: 500px;
  height: 500px;
}
.form {
  width: 400px;
  height: 400px;
  /* background-color: blueviolet; */
  position: absolute;
  right: 15%;
  top: 33%;
  text-align: center;
}

.form input {
  background-color: black;
  width: 70%;
  height: 50px;
  position: relative;

  margin-top: 20px;
  border-radius: 20px;
}

.form .three input {
  height: 150px;
}

.four {
  position: relative;
  bottom: 0%;
  margin-top: 15px;
}

.four button {
  width: 80px;
  height: 30px;
  border-radius: 17px;
  background-color: black;
  color: white;
}

@media screen and (max-width: 500px) {
  body {
    overflow: hidden;
  }
  .form {
    width: 360px;
    height: 375px;
    /* background-color: blueviolet; */
    position: absolute;
    right: 15%;
    top: 33%;
    text-align: center;
  }
  .box {
    width: 300px;
    height: 300px;
    position: relative;
    top: 400px;
  }

  .box img {
    width: 300px;
    height: 300px;
  }
  .form {
    top: 10px;
    left: 0.5px;
  }
}
