body {
  margin: 0px;
  overflow-y: scroll;
}
.login__background {
  line-height: 1.15;
  font-size: 16px;
  background: linear-gradient(rgb(85, 10, 226), #412a4c);
  display: flex;
  min-height: 120vh;
  position: relative;
  height: auto;
  /* border: 2px solid green; */
}

.login__background_top {
  line-height: 1.15;
  font-size: 16px;
  position: absolute;
  width: 100%;
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://public-assets.toggl.com/b/static/hero-laptops-3c231f681ed97bbd33863500dc9cc7dd.jpg);
}
.login__background_top > p {
  text-align: center;
  color: white;
  font-family: sans-serif;
  font-size: 70px;
  margin-bottom: 0px;
}
.login__background_top > p:nth-of-type(2) {
  font-size: 20px;
}

.login__background_bottom {
  line-height: 1.15;
  font-size: 16px;
  background-color: #412a4c;
  height: 100vh;
}

.login__data {
  background-color: #310844;
/* border: 2px solid red; */
  width: 680px;
  height: 500px;
  position: relative;

  top: 250px;
  left: 423px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  z-index: 1;
}

.login__data > div:nth-of-type(1) {
  width: 94%;
  display: flex;
  height: 100px;
  margin: auto;
}
.login__data > div:nth-of-type(1) > div {
  background-color: white;
  height: 30px;
  width: 300px;
  border-radius: 50px;
  text-align: center;
  margin: 50px 30px 0px 20px;
  padding-top: 15px;
  font-size: 18px;
}
.login__data > div:nth-of-type(1) > div > img {
  height: 15px;
  width: 15px;
}
.login__data > div:nth-of-type(1) > div > a {
  text-decoration: none;
  font-family: sans-serif;
}
.login__data > div:nth-of-type(1) > div:hover {
  background-color: rgb(253, 222, 227);
}

.login__input > form {
  width: 100%;
  margin: -10px 50px 20px 50px;
}
.login__input > form > p {
  font-size: 20px;
  color: rgb(245, 225, 208);
  margin: 20px 0px 5px 0px;
  font-family: sans-serif;
}

.login__input > form > input {
  background-color: #2c1338;
  padding: 10px;
  width: 180%;
  margin: 0px auto;
  border: 0.5px solid #aba0af;
  border-radius: 2px;
  font-size: 15px;
  color: white;
}

.login__btn {
  background: linear-gradient(rgb(243, 137, 217), rgb(207, 107, 199));
  width: 85%;
  color: white;
  text-align: center;
  height: 40px;
  margin: 0px auto;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  margin-top: -30px;
}
.login__btn > p {
  margin: 10px 0px;
  font-family: sans-serif;
}
#login_btn:hover {
  background-color: rgb(78, 70, 78);
}

.cl {
  text-align: center;
  margin: auto;
  font-size: 20px;
}

.cl > a {
  color: aliceblue;
}

.forget {
  color: white;
  padding-left: 30px;
  float: left;
  margin-left: 470px;
  margin-top: -40px;
  height: 20px;
}

#login_btn {
  border-radius: 20px;
  width: 100%;
  height: 50px;
  font-size: 20px;

  background: linear-gradient(rgb(243, 137, 217), rgb(207, 107, 199));
  color: white;
}