#signin_page {
  background-image: url(img/intro_bg.d18b7b24.jpg);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#signin_page #password_container {
  background: 0 0;
  min-height: 4rem;
  height: 4rem;
  font-size: 1.3rem;
  padding-left: 1.5rem;
  color: #000;
  box-shadow: none;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-color: 0.15s ease-in-out;
  box-shadow: 0.15s ease-in-out;
  border: 1px solid #dddfe1;
  font-weight: 500;
}
#signin_page #password_container #password {
  border: none;
  padding: 0.5rem;
}
#signin_page .logo-wrapper {
  margin-top: 1rem;
}
#signin_page .login-box-wrapper {
  letter-spacing: 2px;
  margin-top: 9rem;
}
#signin_page .login-box-wrapper h2 {
  color: white !important;
}
#signin_page .login-box-wrapper h4 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.829);
}
.login-bg {
  position: absolute;
  padding-top: 10rem;
  width: 100%;
}
.logo-icon {
  height: 170px;
  width: 100%;
  background-size: contain;
}
.forgot-password-link {
  position: absolute;
  bottom: -40%;
  width: 100%;
}
.forgot-password-link a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.486);
}
