html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(13, 43, 94, 0.25);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Login: sfondo piscina a tutta pagina */
body.login-layout-body {
  margin-bottom: 0;
}

.login-layout-body {
  background-color: #0d2b5e;
  background-image: url("../images/login-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.login-layout-body .ds-page-title {
  color: #fff;
  text-shadow: 0 2px 10px rgba(13, 43, 94, 0.85);
}

.login-layout-body .login-brand-block {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 18px rgba(13, 43, 94, 0.18);
  padding: 1.25rem 1.5rem;
}

.login-layout-body .login-brand-block .ds-page-title {
  color: var(--primary-color, #0d2b5e) !important;
  text-shadow: none;
}

.login-layout-body .login-form-card {
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.07),
    0 12px 28px rgba(13, 43, 94, 0.22),
    0 24px 48px rgba(13, 43, 94, 0.12);
}

.login-layout-body > footer {
  background: rgba(255, 255, 255, 0.94);
}