html, body {
  height: 100%;
}

body {
  background-color: #E2E8F0 !important;
}

.auth-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-top: 10vh;
}

#logintop {
  position: relative;
  text-align: center;
  background-color: transparent;
  margin-bottom: 5vh;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#logintop p {
  font-size: 11px;
  color: var(--primary-color);
}
#logintop img {
  width: 450px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#logintop img + p {
  margin-top: 10vh;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

#login-form {
  font-size: 18px;
  width: 300px;
  padding-bottom: 2vh;
}

.fieldcontainer {
  margin-bottom: 20px;
  width: 100%;
}

#login-form label {
  display: block;
  font-size: 14px;
  opacity: 0.9;
  color: var(--primary-color);
}

#login-form select,
#login-form input {
  font-size: 16px;
  border-radius: 5px;
  padding: 14px 16px 10px;
  line-height: 1;
  width: 100%;
}

#login-form select:hover,
#login-form select:focus,
#login-form select:active,
#login-form input:hover,
#login-form input:focus,
#login-form input:active {
  border-color: var(--vibrant-color);
}

#login-form input[type="submit"] {
  margin-top: 15px;
  border: none;
  padding: 14px 0 12px;
  transition: all 200ms ease-out;
  border: 1px solid var(--vibrant-color);
}

#login-form select {
  padding: 14px 12px 12px;
  border: none;
  font-size: 14px;
}

.rightspan {
  width: 100%;
}

.infocontent {
  font-size: 14px;
  padding: 12px;
  text-align: center;
  margin-bottom: 30px;
}

#abort {
  background: white;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
