html {
  height: -webkit-fill-available;
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-image: url('../uploads/pills.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.container-login,
.footer {
  max-width: 720px;
}
.container-login {
  min-height: 405px;
}
.box-logo {
  width: 40%;
}
.logo {
  object-fit: contain;
  max-width: 405px;
  max-height: calc(405px - 3rem);
}
img.logo {
  filter: drop-shadow(1px 0 0 rgba(255, 255, 255, 0.87))
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.87))
    drop-shadow(-1px 0 0 rgba(255, 255, 255, 0.87))
    drop-shadow(0 -1px 0 rgba(255, 255, 255, 0.87));
}
.box-login {
  width: 60%;
}
.box-login form {
  width: 100%;
}
.box-login .form-floating:focus-within,
.box-login .input-group:focus-within {
  z-index: 2;
}
.box-login input[name="username"],
.box-login span[id="input-username"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.box-login input[name="password"],
.box-login span[id="input-password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.alert div:not(:first-child) {
  margin-top: 1rem;
}
.bi {
  height: 1em;
}
footer a:not(:hover) {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .container-login {
    min-height: auto;
  }
  .box-login,
  .box-logo {
    width: 100%;
  }
  .box-logo {
    border-right: none !important;
  }
  .logo {
    max-height: 150px;
  }
  .footer {
    max-width: 100%;
    border-radius: 0 !important;
  }
}
@media (min-width: 2560px) {
  .container-login,
  .footer {
    max-width: 960px;
  }
  .container-login {
    min-height: 540px;
  }
  .logo {
    max-height: calc(540px - 3rem);
  }
}
@media (min-width: 3840px) {
  .container-login,
  .footer {
    max-width: 1140px;
  }
  .container-login {
    min-height: 641.25px;
  }
  .logo {
    max-height: calc(641.25px - 3rem);
  }
}
@media (max-width: 359.98px) {
  .g-recaptcha {
    overflow-x: auto;
    min-height: 86px;
  }
}
