#logincontent {
  width: 100%;
  height: 80vh;
  background-color: rgb(206, 206, 206);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

#logincontent div {
  background-color: rgb(99, 99, 99);
  padding: 10px;
  width: 500px;
  max-width: 100%;
  height: 500px;
  border-radius: 10px;

  margin: auto;

  display: flex;
  flex-flow: column;
}

.BottomTag {
  vertical-align: bottom;
}
