.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.text-center {
    text-align: center !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.btn-supplynet {
    background-color: #00263A !important;
}

.btn-supplynet:hover {
    background-color: #29495A !important;
}

.content-logo {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.form-max-width {
    max-width: 30em;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #dddddd;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    max-width: 400px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    color: whitesmoke;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.background {
    background: url(/images/warehouse.jpg) no-repeat center center;
    background-size: cover !important;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: -1;
}
.background::after {
    background: rgba(0, 0, 0, 0.68);
    content: close-quote;
    position: absolute;
    width: 100%;
    height: 100vh;
}
footer {
    background-color: transparent !important;
    border-top: transparent !important;
}
.footer-text{
    color: darkgrey;
}

.breadcrumb-item.active{
    color: white !important;
}