html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

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;
}

header .navbar {
    /* background-color: #A9DEF8 !important; */
    /* color: white; */
    /* Optional: to ensure text is readable */
}

footer {
    /* background-color: #A9DEF8; */
    /* color: white; */
    /* Optional: to ensure text is readable */
}