html,
body {
  height: 100vh;
}

#__nuxt {
  height: 100vh;
  text-align: center;
}

#__nuxt > div {
  height: 100vh;
}

#__layout>div {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  position: relative;
  background: url(../img/login-bg.webp) center no-repeat fixed !important;
  background-size: cover !important;
}

.form-signin {
  max-width: 320px;
  padding: 30px;
  background-image: linear-gradient(
    90deg,
    rgba(12, 45, 55, 1),
    rgba(42, 183, 32, 1),
    rgba(12, 156, 39, 1)
  );
  box-shadow: 0 0 0 2px #38fa15, 0 0 0 25px rgba(56, 250, 21, 0.8);
  font-family: "Montserrat", sans-serif;
  color: #fff;
  border-radius: 14px;
}

.login-title {
  padding: 20px;
}

.login-title p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}

.form-signin img {
}

.form-signin input {
  font-size: 12px;
  background: transparent;
  color: #e5fc39;
  font-weight: 600;
}

.form-signin input::placeholder {
  color: #fff;
  font-weight: 600;
}

.form-signin input:focus {
  background: transparent !important;
  color: #fff;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin button {
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
}

.form-signin a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (max-width: 575px) {
  body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    position: relative;
    background: url(../img/login-bg-vertical.webp) center no-repeat fixed !important;
    background-size: cover !important;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  margin: 0;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.captcha {
  margin: 15px 0px;
}
.captcha .preview {
  color: #555;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  letter-spacing: 8px;
  border: 1px dashed #888;
  border-radius: 4px;
  font-family: "monospace";
  background: #fff;
  color: #000;
}

.login-footer {
  z-index: 1;
  width: 100%;
  background-image: linear-gradient(
    90deg,
    rgba(12, 45, 55, 1),
    rgba(42, 183, 32, 1),
    rgba(12, 156, 39, 1)
  );
  padding: 4px;
  font-size: 10px;
}
