html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

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

body {
    margin-bottom: 0px;
    background-image: url('/images/Fon.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #1f2933;
}

main {
    background: rgba(226, 232, 238, 0.94);
    border-radius: 18px;
    padding: 28px;
    margin-top: 28px;
    margin-bottom: 20px;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.35);
}

.navbar {
    background-color: #eef2f5 !important;
}

.card {
    background-color: #f1f4f7;
    border: 1px solid #c7d0da;
}

.table {
    background-color: #eef2f5;
}

.table th {
    background-color: #dbe3eb;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #e4e9ee;
}

.btn-primary {
    background-color: #1f6fbf;
    border-color: #1f6fbf;
}

.btn-success {
    background-color: #1d7f5f;
    border-color: #1d7f5f;
}

.app-footer {
    min-height: 35px;
    padding: 4px 0;
    line-height: 24px;
    background: rgba(220, 226, 232, 0.86);
}

.app-footer a {
    color: #1f4f82;
    font-weight: 600;
    text-decoration: none;
}

.app-footer a:hover {
    text-decoration: underline;
}

.footer {
    position: static;
}

.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;
}

.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;
}