body {
  margin: 0;
  padding: 0;
  background-image: url(../images/login4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: sans-serif;
}

.input {
  position: fixed;
  top: 50%;
  left: 610px;
  transform: translate(-30%, -50%);
  background: rgba(21, 26, 24, 0.9);
  padding: 120px;
  width: 270px;
  box-shadow: 0px 0px 25px 10px black;
  border-radius: 15px;
}

.input h1 {
  text-align: center;
  font-size: 30px;
  font-family: sans-serif;
  letter-spacing: 3px;
  padding-top: 0;
  margin-top: 0;
  color: white;
}

.box-input {
  display: flex;
  justify-content: space-between;
  margin: 10px;
  border-bottom: 2px solid white;
  padding: 8px 0;
}

.box-input i {
  font-size: 23px;
  color: white;
  padding: 5px 0;
}

.box-input input {
  width: 85%;
  padding: 5px 0;
  background: none;
  border: none;
  outline: none;
  color: white;
  font-size: 18px;
}

.box-input input::placeholder{
  color: white;
}

.btn-input .box-input input:hover {
  background: rgba(10, 10, 10, s 0.5);
}

.btn-input {
  margin-left: 10px;
  margin-bottom: 20px;
  background: none;
  border: 1px solid white;
  width: 92.5%;
  padding: 10px;
  color: white;
  font-size: 18px;
  letter-spacing: 3px;
  cursor: pointer;
  transition: all .2s;
  border-radius: 10px;
}

.btn-input:hover {
  background: black;
}

.button p {
  color: white;
  font-size: 15px;
  text-decoration: none;
}

.button a {
color: lightgreen;
font-size: 15px;
text-decoration: none;
}

.button a:hover {
  text-decoration: underline;
}

