.container {
  font-family: "Poppins", sans-serif;
  width: 40%;
  margin: auto;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
.container h2 {
  font-size: 26px;
  margin: 0;
  margin-top: -20px;
  font-weight: 500;
}
.container p {
  margin: 0;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 17px;
}
.inputTags {
  width: 80%;
  margin: auto;
}
.inputTags h2 {
  font-size: 28px;
}
.inputTags label {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.inputTags input {
  width: 90%;
  height: 36px;
  margin-bottom: 25px;
  font-size: 18px;
  outline: none;
}
.inputTags input::placeholder {
  font-size: 18px;
  padding: 0 5px;
}
#btn {
  width: 92%;
  height: 40px;
  background-color: #1a73e8;
  border: none;
  outline: none;
  font-size: 18px;
  cursor: pointer;
  color: white;
}
a {
  color: blue;
  text-decoration: none;
}
img {
  width: 54%;
  height: 20%;
}
#validPass {
  color: red;
  font-size: 18px;
  text-align: center;
  display: none;
  margin: 0;
  margin-top: -10px;
  margin-right: 10px;
}
