body {
  /* background-color: #00DBDE; */
  background: linear-gradient(90deg, #00dbde 0%, #fc00ff 100%);
  width: 100%;
  height: 100%;
}
.entirediv {
  width: 65%;
  height: 700px;
  background-color: white;
  margin: 0 auto;
  margin-top: 135px;
  border-radius: 70px;
}
.imagediv {
  width: 50%;
  height: 100%;
  /* background-color: grey; */
  float: left;
}
.logininfosection {
  width: 50%;
  height: 100%;
  /* background-color: pink; */
  float: right;
}
#laptopcircle {
  width: 300px;
  height: 300px;
  background-color: rgba(128, 128, 128, 0.539);
  border-radius: 50%;
  position: relative;
  top: 210px;
  margin: 0 auto;
}
#laptoppng {
  top: 310px;
  left: 410px;
  width: 400px;
  position: absolute;
}
h1 {
  font-size: 50px;
  color: black;
  font-family: "sans-serif";
  text-align: center;
  padding-top: 50px;
}
.enteremail {
  background-color: rgba(129, 127, 127, 0.718);
  width: 80%;
  height: 85px;
  border-radius: 50px;
  margin-left: 55px;
}
.emailpng {
  margin-left: 31px;
  margin-top: 26px;
  width: 31px;
  float: left;
} .enteremail p{
  float: left;
  padding-left: 20px;
  font-size: 27px;
  color: rgb(82, 82, 82);
}
.enterpassword {
  background-color: rgba(129, 127, 127, 0.718);
  width: 80%;
  height: 85px;
  border-radius: 50px;
  margin-left: 55px;
  margin-top: 30px;
}
.lockpng {
  margin-left: 31px;
  margin-top: 26px;
  width: 31px;
  float: left;
}
.enterpassword p{
  float: left;
  padding-left: 20px;
  font-size: 27px;
  color: rgb(82, 82, 82);
}
.blue-loginbutton {
  background-color: rgba(12, 40, 198, 0.718);
  width: 80%;
  height: 85px;
  border-radius: 50px;
  margin-left: 55px;
  margin-top: 80px;
}
.blue-loginbutton p{
  color: white;
  font-size: 35px;
  text-align: center;
  padding-top: 23px;
}
.text-below-loginbutton {
  margin-top: 25px;
  text-align: center;
  font-size: 22px;
}
.text-below-loginbutton span{
  color: rgba(12, 40, 198, 0.718);
}
.createnewaccount {
  text-align: center;
  font-size: 22px;
  color: rgba(12, 40, 198, 0.718);
}
