/*
 * PhlebFinders UI customizations.
 * Loaded via custom/Espo/Custom/Resources/metadata/app/client.json (cssList),
 * so it survives theme and core updates. Keep all cosmetic overrides here
 * instead of editing vendor theme files.
 */

/* Login screen: no side panel — just the centered form card.
   !important + matching specificity: the theme styles the panel with
   .container.content.login-wrapper selectors and applies the side image
   as an inline style from its login view JS. */
.container.content.login-wrapper .login-side-panel {
    display: none !important;
}

.container.content.login-wrapper .login-side-panel .login-side-image {
    background-image: none !important;
}

.login-wrapper .login-split-container {
    max-width: 520px !important;
    min-height: auto !important;
}

/* No subtitle under the login title ("Sign in to continue..."). */
.container.content.login-wrapper .login-subtitle {
    display: none !important;
}

/* Hide the footer credit (login page and main app), including the
   theme's own "made by Eblasoft" line it injects into the same element. */
.footer p.credit,
p.credit.small {
    display: none !important;
}
