body {
    font-size: 1.1em;
}

.navbar {
    font-weight: bold;
}

.login-body-bg {
    background-color: #17a2b8;
    /* background-image: url('/assets/images/background-blur.png'); */
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: cover;
}

.app-body-bg {
    background-color: #17a2b8;
    /* background-image: url('/assets/images/background-white.png'); */
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: cover;
}

.container {
    margin-top: 30px;
}

.nav-item {
    cursor: pointer;
}

.barcode-logo {
    font-size: 25px;
}

.move-left {
    width: auto;
    box-shadow: none;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-callout-info {
    border-left-color: #5bc0de;
}

.bd-callout-success {
    border-left-color: #28a745;
}

.bd-callout-danger {
    border-left-color: #d9534f;
}

.bd-callout p {
    margin-top: 0;
    margin-bottom: 1rem;
}
