@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;500;700&display=swap");

body {
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-family: "IBM Plex Sans";
  background-color: #f1f1f1;
}

#left50 {
  width: 100%;
  height: 100%;
  padding: 0% 7% 0% 3%;
  text-align: center;
  color: black;
  background-color: #f2f2f2;
}
#right50 {
  width: 46%;
  height: 100%;
  float: left;
  background-color: #439edd;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #439edd, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
#spacer {
  height: 250px;
}

#spacer_right {
  height: px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

#already {
  padding: 20px;
  background-color: #cef5d3;
  margin: 40px 0px 60px 0px;
  border-radius: 10px;
  border: 0.5px solid #afe0b5;
}

a {
  color: #dd0000;
  text-decoration: none;
  font-weight: 900;
}

h2 {
  font-weight: 300;
}

#avatar {
  border-radius: 50%;
  height: 53px;
  float: left;
  margin: 0px 15px 0px 0px;
}

#help {
  margin: 40px 0px;
  font-size: 0.8em;
  color: grey;
}

#trenner {
  margin: 30px 0px 25px 0px;
  border-top: 1px solid #e9e9e9;
}

#clear {
  clear: both;
}

#logo_mobile {
  display: none;
}

#email_address {
  margin: 10px 0px 0px 0px;
}

#google_button {
  display: none;
}

.button_login {
  border-radius: 5px;
  padding: 9px 13px;
  background-color: #dd0000;
  color: white;
  height: 40px;
  font-weight: 900;
  cursor: pointer;
}

#middle {
  margin: 0% 35%;
}

#email {
  padding: 10px;
  border-radius: 5px;
  border: none;
  font-size: 1em;
  width: 300px;
  margin: 0px 10px 25px 0px;
  height: 40px;
}

#logolm {
  margin: 20px 0px;
  height: 50px;
  border-radius: 6px;
}

@media only screen and (max-width: 900px) {
  #left50 {
    width: 80%;
    padding: 10%;
    height: 90%;
    background-color: #e0e0e0;
  }

  #spacer {
    height: 8%;
  }

  #logo_mobile {
    display: block;
    margin: 20px 0px;
  }

  #middle {
    margin: 0% 5%;
  }

  #right50 {
    display: none;
  }
}
