* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem; /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem; /* Footer height */
}

.form-control {
  background-color: #20c997;
}

.Err {
  color: rgb(255, 78, 78);
  font-size: 20px;
  text-shadow: 0px 0px 5px rgb(121, 49, 85);
  text-align: center;
  font-size: 55px;
  text-decoration: underline;
}

.seperate {
  padding-top: 5%;
  text-align: center;
}

.lgnh {
  color: rgb(255, 255, 255);
  background-color: #1c1fb600;
  font-size: 20px;
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
  text-align: center;
  font-size: 40px;
  border-radius: 20px;
}

.logout {
  text-align: right;
  padding-right: 2%;
}

body {
  font-family: CasperOpenFace;
  src: url(../Schrift/Casper\ Light\ SF\ Regular.ttf);
  background-color: #548368;
  overflow: hidden;
}

h1 {
  text-align: center;
  color: white;
}

.wave {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

.img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.img img {
  width: 500px;
}

.login-content img {
  height: 100px;
}

.login-content h2 {
  margin: 15px 0;
  color: #333;
  text-transform: uppercase;
  font-size: 2.9rem;
}

.login-content .input-div {
  position: relative;
  display: grid;
  grid-template-columns: 7% 93%;
  margin: 25px 0;
  padding: 5px 0;
  border-bottom: 2px solid #ffffff;
}

.login-content .input-div.one {
  margin-top: 0;
}

.i {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.i i {
  transition: 0.3s;
}

.input-div > div {
  position: relative;
  height: 45px;
}

.input-div > div > h5 {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 18px;
  transition: 0.3s;
}

.input-div:before,
.input-div:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #5ce77f;
  transition: 0.4s;
}

.input-div:before {
  right: 50%;
}

.input-div:after {
  left: 50%;
}

.input-div.focus:before,
.input-div.focus:after {
  width: 50%;
}

.input-div.focus > div > h5 {
  top: -5px;
  font-size: 15px;
}

.input-div.focus > .i > i {
  color: #5ce77f;
}

.input-div > div > input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  padding: 0.5rem 0.7rem;
  font-size: 1.2rem;
  color: #ffffff;
  font-family: CasperOpenFace;
  src: url(../Schrift/Casper\ Light\ SF\ Regular.ttf);
}

.input-div.pass {
  margin-bottom: 4px;
}

.Welcome {
  text-align: center;
  color: #fff;
  font-size: 24px;
}

a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding-left: 3%;
  color: #ffffff;
  font-size: 0.9rem;
  transition: 0.3s;
}

.card-body {
  background-color: #4d9999;
  color: white;
}

a:hover {
  color: #205322;
}

.Invalid {
  color: rgb(255, 78, 78);
  font-size: 20px;
  text-shadow: 0px 0px 5px rgb(121, 49, 85);
}

.btn {
  display: block;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(to bottom, #9e9b9b, #9e9b9b);
  background-size: 200%;
  font-size: 1.2rem;
  color: #000000;
  font-family: CasperOpenFace;
  src: url(../Schrift/Casper\ Light\ SF\ Regular.ttf);
  text-transform: uppercase;
  margin: 1rem 0;
  cursor: pointer;
  transition: 1s;
}
