body {
    font-family: Arial, sans-serif;
    background: unset !important;
}

.login-section {
    border: none !important;
}

.mdc-top-app-bar--fixed-adjust {
    padding-top: 0 !important;
}

#content {
    box-shadow: unset !important;
}

.fade-in {
    animation: unset !important;
}

footer {
    position: unset !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #393939;
}
h1 {
    font-weight: normal;
    font-size: 3rem;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .mun-login-card-body {
        padding: 4rem 2rem;
    }
}
.btn-login {
    color: white !important;
    background-color: #393939 !important;
}
.btn-login-secondary, .btn-login {
    text-transform: uppercase !important;

    /** material.io look */
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.0892857143em;
    font-size: 0.875rem;
}
.btn-login:hover {
    color: white !important;
    background-color: #2f2f2f !important;
}
#fm1 .form-control.is-valid, .was-validated .form-control:valid {
    border: 1px solid #ced4da;
    background-image: none;
}
#fm1 .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
#attributesTable {
    font-size: 14px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin: 0 0 50px 0;
}
footer, .footer-items-vertical-center {
    /* Set the fixed height of the footer here */
    height: 50px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #393939;
    color: #ffffff;
    font-size: 0.6em;
}
footer a {
    color: #ffffff;
}
footer a:hover {
    color: white;
}