* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

/* Overriding Bootstrap's Styles */
.brand-image {
    margin-left: 0.5rem !important;
    margin-top: unset !important;
    max-height: unset !important;
    max-width: 40px !important;
}

.brand-link {
    font-size: unset !important;
}

.main-footer {
    background-color: unset !important;
    border-top: unset !important;
    font-size: .8em !important;
}

.main-footer a {
    color: #869099 !important;
    text-decoration: underline !important;
}

.sidebar {
    height: 100vh !important;
    padding-bottom: 8rem !important;
}

.sticky-top {
    top: .8rem !important;
}

/* Own Styles */
body>.login::before {
    content: "";
    background-color: rgba(35, 43, 43, .9);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

body>.login {
    /* background-image: url('../images/building.jpeg'); */
    background-image: url('../images/building.jpeg');
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 100vh;
}

.w-fit {
    width: fit-content !important;
}