body {
  margin: 0;
  background: url("../img/K12-Platzhalter-Hintergrund_Herz_250127.png") no-repeat 80% 20% fixed;
  background-size: auto 600px;
  background-color: #FAFAF7 !important;
  font-family: "Outfit", serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 23px !important;
}

#banner {
  margin-bottom: 2px;
  max-width: 100%;
  justify-content: center;
}

.k12-logo {
  margin-top: 20px;
}
.k12-logo a {
  position: relative;
  top: -20px;
  left: 100px;
  overflow: hidden;
}
.k12-logo img {
  width: 250px;
  margin: 25px;
}

.message-placeholder {
  /*position: relative;
  top: 30%;*/
  font-size: 30px;
  font-weight: bold;
  line-height: 46px;
}
.message-placeholder div {
  position: relative;
  top: 30%;
}
.message-placeholder span {
  font-weight: bold;
}

.login_box {
  background: #ececec;
  padding: 30px;
  display: grid;
  grid-row-gap: 30px;
  border-radius: 20px;
  max-width: 600px;
  margin: auto;
}
.login_box form {
  text-align: center;
}

.login_box input {
  color: #8a8a8a;
  padding: 10px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 15px;
  outline: none;
  width: 100%;
}

.login_box input[type=submit],
.reset {
  cursor: pointer;
  color: #ffffff;
  background-color: #0E0E32;
  transition: all 0.3s ease-in-out;
  padding: 7px 25px;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.login_box input[type=submit]:hover,
.reset:hover {
  background-color: #FF0044;
}

.text_box {
  background: transparent;
  color: #0E0E32;
  font-size: 22px;
  line-height: normal;
  padding: 20px;
  display: grid;
  grid-row-gap: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  max-width: 650px;
  margin: auto;
  margin-bottom: 5px;
  text-align: center;
}
.text_box h1 {
  font-size: 36px;
}
.text_box p {
  font-size: 16px;
  margin-bottom: 0;
}
.text_box a {
  color: #FF0044;
}
.text_box a:hover {
  color: #FF0044;
}
.text_box .bold {
  font-weight: bold;
  line-height: normal;
}

.alert_box {
  background: #ececec;
  color: #FF0044;
  font-size: 16px;
  padding: 20px;
  display: grid;
  grid-row-gap: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  max-width: 600px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 5px;
}
.alert_box .alert {
  background: #ececec;
  color: #FF0044;
  top: 15%;
}

.pass-reset {
  color: #FF0044;
  font-size: 12px;
  text-decoration: underline;
}
.pass-reset:hover {
  color: #cc0036;
}/*# sourceMappingURL=login.css.map */