.fi-logo img {
    width: auto;
    height: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    /* If you want to tweak colors */
    transition: transform 0.3s ease;


}

div .fi-logo {
    margin-bottom: 40px !important;
}

.fi-logo img:hover {
    transform: scale(1.1);
}

header .fi-logo img {
    width: 100px;
    height: 60px;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
    /* If you want to tweak colors */
    transition: transform 0.3s ease;

}

header div .fi-logo {
    margin-bottom: 0px !important;
}

.fi-file-upload-download-button {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
}