body {
    background-color: #333333;
    background-size: cover;
    height: 100%;
}

.fido-fixed-bottom-left {
    position: fixed;
    left: 16px;
    bottom: 16px;
    width: auto !important;
    display: inline-flex;
    z-index: 1000;
}

.fido-image-button {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    margin: 0;
    width: auto;
    height: auto;
    display: inline-block;
}

.fido-image-button:focus,
.fido-image-button:hover,
.fido-image-button:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.fido-image-link {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0;
    display: inline-block;
    box-shadow: none !important;
    text-decoration: none !important;
    cursor: pointer;
}

.fido-image-link:link,
.fido-image-link:visited,
.fido-image-link:hover,
.fido-image-link:active,
.fido-image-link:focus {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    outline: none !important;
}

.brand {
    width: 200px;
}

.form-signin {
    max-width: 330px;
    padding: 1rem;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
    /* prostor pro případné specifické styly */
}

/* Focus vstupů */
.form-control:focus {
    border-color: #001579;
    box-shadow: 0 0 1px 1px #2b3035 !important;
}

/* Popisky */
label {
    display: inline-block;
    font-size: 12px;
    color: aliceblue;
}

/* Pomocné bootstrap třídy (většinou z originální šablony) */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow:
        inset 0 .5em 1.5em rgba(0, 0, 0, .1),
        inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

/* Checkbox / switch popisky */
.custom-control-label {
    font-style: normal;
    font-size: 10px;
    color: #a2a6bc;
    font-weight: normal;
}

/* Wrapper login stránky */
.wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 100%;
    min-height: 100vh;
}

/* Ikony */
.ico {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Karta loginu */
.auth-content {
    position: relative;
    width: 480px;
    padding: 15px;
    z-index: 5;
}

.auth-content .card {
    margin-bottom: 0;
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    border: none;
    transition: all 0.5s ease-in-out;
}

.auth-content .card .card-block,
.auth-content .card .card-body {
    padding: 30px 25px;
}

.auth-content .form-control {
    background: #f4f7fa;
    min-height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding: 10px 15px;
    height: 42px;
}

/* Stín pro různé boxy */
.shadow-2 {
    box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
}

/* Texty */

p.text-muted {
    font-size: 13px;
}

/* Tlačítka */
.btn {
    background-color: #86A5D0 !important;
    padding: 10px 20px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    color: #cccccc;
    background-color: #b2d08ca8 !important;
}

.btn:focus {
    box-shadow: 0 0 1px 1px #2b3035;
}

/* Odkazy ve wrapperu */
.wrapper a,
.wrapper p > a {
    color: #a2a6bc;
    font-weight: 600;
}

/* Alerty */
.alert-danger {
    --bs-alert-color: #8d3039;
    --bs-alert-bg: #dc3545;
    --bs-alert-border-color: #8d3039;
    --bs-alert-link-color: #8d3039;
    font-weight: 100;
    font-size: 12px;
    color: #f2f2f2;
}