@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

*{
  margin: 0;
  padding: 0;
}

body {
  background-color: #c3bfbc;
}
.container .box {
  background-color: #fff;
  width: 25%;
  height: 80vh;
  border-radius: 20px;
  box-shadow: 0px 3px 10px #696969;
  margin: auto;
  margin-top: 50px;
}
.container .box h1 {
  font-family: roboto;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 60px;
}
.container .box .icon1 input {
  outline: none;
  padding-left: 30px;
  width: 310px;
  height: 20px;
  margin-left: 20px;
  margin-top: 40px;
  border: none;
  border-bottom: 1px solid gray;
  font-size: 15px;
  box-sizing: border-box;
  padding-bottom: 7px;
}
.container .box .icon1 {
  position: relative;
}
.container .box .icon1 i {
  position: absolute;
  top: 36px;
  left: 20px;
  
}
.container .box .icon2 input {
  outline: none;
  padding-left: 30px;
  width: 280px;
  height: 20px;
  margin-left: 20px;
  margin-top: 20px;
  border: none;
  border-bottom: 1px solid gray;
  font-size: 15px;
  padding-bottom: 7px;

}
.container .box .icon2 {
  position: relative;
}
.container .box .icon2 i {
  position: absolute;
  top: 22px;
  left: 20px;
}
.container .box .hatırla p {
  font-size: 15px;
  font-family: Lato;
  margin-left: 19px;
  margin-top: 20px;
}
.container .box .hatırla input {
  margin-left: 110px;
  position: absolute;
  top: 279px;
  cursor: pointer;
}
.container .box .unutma p {
  font-size: 15px;
  font-family: Lato;
  margin-left: 220px;
  margin-top: -17px;
}
.container .box .gonder input {
  width: 110px;
  height: 40px;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #4682B4;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 350px;
  left: 762px;
}