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 {
    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-header {
    background-color: #128ECE;
    color: #f8f9fa;
}

    .login-header .navbar-brand,
    .login-header .navbar-brand:hover,
    .login-header .navbar-brand:focus {
        color: #f8f9fa;
    }

.login-header-logo {
    /*height: 40px;*/
    width: auto;
    margin-bottom: -0.5rem;
    margin-top: -0.7rem;
    margin-right: 0.7rem;
}

.login-page {
    margin-bottom: 0;
}

.login-main {
    padding: 0.75rem 0 1.5rem;
}

.login-card-container {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

/*.login-footer {
    background-color: #edecec;
    color: #5e5e5e;
    padding: 0.75rem 0;
}*/

.login-links a {
    font-size: 0.95rem;
    padding: 0.2rem 0.35rem;
    border-radius: 0.25rem;
}

    .login-links a:hover,
    .login-links a:focus {
        background-color: rgba(18, 142, 206, 0.08);
        text-decoration: underline !important;
    }

.password-toggle-btn {
    line-height: 1;
    padding: 0.4rem 0.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.password-toggle-icon {
    width: 1rem;
    height: 1rem;
}

@media (max-width: 575.98px) {
    .login-card .card-body {
        padding: 1rem;
    }

    .login-header-logo {
        height: 28px;
    }
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background-color: #edecec;
    color: #5e5e5e;
    padding: 0.75rem 0;
}

/*color: #5e5e5e;
background-color: #edecec;*/
