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

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

body {
    margin-bottom: 0;
}

.bg-idmis {
    background-color: #10263b;
}

.idmis-mark {
    font-weight: 700;
    letter-spacing: .08em;
    color: #fff;
}

.idmis-hero {
    background: linear-gradient(135deg, #10263b 0%, #1c4f74 100%);
    color: #fff;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 .1rem #fff, 0 0 0 .25rem #1c4f74;
}

.footer {
    white-space: nowrap;
    line-height: 60px;
}

.status-badge {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .04em;
}
