h1 {
  font-weight: lighter;
  margin: 0px;
  margin-left: 10px;
}
p {
  /* text-align: center; */
  margin-top: 0px;
  margin-left: 10px;
  word-spacing: 2px;
}
a {
  text-decoration: none;
  margin-left: 35%;
  color: #e40980;
}
#signInMain {
  height: 700px;
  width: 30%;
  margin: auto;
  margin-top: 50px;
  background-color: rgb(243, 241, 242);
  font-family: "Hind", sans-serif;
}
input {
  width: 80%;
  height: 30px;
  border: none;
  margin-left: 20px;
  margin-top: 20px;
}
lable {
  text-align: left;
  margin-left: 20px;
  margin-top: 15px;
}
#button {
  margin-left: 5%;
  margin-top: 20px;
  height: 40px;
  width: 90%;
  font-size: 20px;
  background-color: #e40980;
  color: white;
  border: none;
  border-radius: 3px;
  font-family: "Hind", sans-serif;
}
