body {
  margin: 0;
  padding: 0;
  background: url("login.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Signika Negative", sans-serif;
  font-weight: 400;
}

#togglePassword {
  font-size: 18px;
  margin-left: 10px;
  cursor: pointer;
}