.LOgin-title {
  background-color: #8bc540;
  width: 10%;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 2rem;
}

#username {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  width: 300px;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 1.3rem;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  color: #000000;
  transition: 0.5s;
}
#password {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 1.3rem;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  color: #000000;
  transition: 0.5s;
}
.username {
  margin-right: 15px;
  font-size: 2rem;
  justify-content: center;
  text-align: center;
  display: block;
}
.password {
  margin-right: 15px;
  font-size: 2rem;
  display: block;
}
.gomb {
  justify-content: center;
  text-align: center;
  float: inherit;
  font-size: 2em;
  margin-left: 20px;
  background-color: #8bc540;
  border-radius: 5px;
}
.gomb:hover {
  background-color: hsl(86, 51%, 40%);
  color: white;
}
.adatok {
  justify-content: center;
  text-align: center;
}
