#logincontent {
  width: 100%;
  height: 100vh;
  background-image: url(../LoginBackground.png);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

#logincontent div {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(25px);
  padding: 10px;
  width: 500px;
  max-width: 100%;
  height: 100%;
  border-radius: 10px;

  display: flex;
  flex-flow: column;
}

.BottomTag {
  vertical-align: bottom;
}
