/* Rounded company logo ONLY on login / auth pages */
.fi-simple-page .fi-simple-layout .fi-logo,
.fi-simple-layout .fi-logo {
    border-radius: 50% !important;
    width: 120px !important;
    height: 120px !important;
    object-fit: cover !important;
}
