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 #258cfb;
}

html, body {
    height: 100%;   
}

/*main {
    background: #E1EDED;
}

    main:after {
        content: "";
        display: block;*/
        /*height: 100px;*/
    /*}*/

.main-content-area {
    flex-grow: 1;
}
footer {
display: flex;
align-items: center;
justify-content: center;
background: #eee;
height: 100%;
}
header {
    flex-shrink: 0; 
    justify-content:center;
}
.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;
}
footer.site-footer .container {
    display: flex;
    align-items: center;
    justify-content: center; 
    height: 100%; 
}
footer {
    height: fit-content;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin:0;
    background: #E1EDED;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #045080;
    --bs-btn-border-color: #045080;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg:  #045070;
    --bs-btn-hover-border-color: #045080;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.container-fluid a {
    font-size: 1.75rem;
}
@media (max-width: 452px) {
    .container-fluid a {
        font-size: 1.25rem;
    }
}

@media (max-width: 374px) {
    .container-fluid a {
        font-size: 0.9rem;
    }
}