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%;
}

footer.footer.text-muted {
    display: flex;
    height: 6vh;
    background-color: #f6f8fa;
}

a.footer-link {
    color: #59636e;
    text-decoration: none;
    margin: 16px;
}

.account-cntr {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 94vh;
    padding: 2rem 0;
}

.container.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #59636e;
    font-size: 15px;
}

.form-cntr {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    max-width: 412px;
    width: 100%;
}

h1.text-center.mb-4, h1.text-start.mb-4 {
    font-size: 20px;
}

input.btn.account {
    background: #000;
    color: #fff;
    font-weight: 500;
    width: 100%;
    margin: 15px 0px;
    padding: 10px;
    border-radius: 8px;
}

input:-internal-autofill-selected {
    background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
}

    input.btn.account.external {
        background-color: #f6f8fa;
        border: 1px solid #ced4da;
        color: #000;
    }

    input.btn.account:hover {
        border: 1px solid #000;
    }

    input.btn.account.external:hover {
        background-color: #eff2f5;
        border: 1px solid #000;
    }

.form-control {
    padding: 5px 12px;
    height: 45px;
    width: 100%;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #ced4da;
}

.form-group {
    margin: 10px 0px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 2px solid #0d6efd;
    outline: 0;
    box-shadow: none !important;
}

label.control-label {
    font-weight: 600;
    margin: 5px 0px;
}

.text-danger.validation-summary-errors, span.text-danger.field-validation-error {
    color: #dc3545 !important;
    background-color: #ffebe9;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dc3545;
    border-radius: 5px;
    font-size: 12px;
}

span.text-danger.field-validation-error {
    margin-top: 10px;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

a.nav-link.text-dark {
    font-weight: 400;
}

ul.navbar-nav.ms-auto {
    width: 100%;
}