/* White-Label Branding Override — Integra-Max */

/* Replace the Skymail base64 logo */
img.logo_img.vertical,
img.logo_img {
    content: url("/assets/logo-integra-max.png") !important;
    max-width: 220px !important;
    max-height: none !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 30px auto !important;
}

/* Make inputs full width to match the button */
#login-wrapper .panel input[type="text"],
#login-wrapper .panel input[type="password"] {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Center the reCAPTCHA widget */
#login-wrapper .g-recaptcha {
    display: flex !important;
    justify-content: center !important;
    margin: 16px 0 !important;
}

/* Center labels */
#login-wrapper .panel label {
    display: block !important;
    text-align: center !important;
}

/* Hide powered-by / Skymail footer */
.poweredby,
a[href*="skymail"],
a[href*="emailemnuvem"] {
    display: none !important;
}
