/* The Trek Life — brand logo sizing (C11.2/C11.3) */
/* Welcome landing (Sign in / Create account) — Element hard-codes height:48px. */
.mx_DefaultWelcome_logo img { height: 128px !important; width: auto !important; }
/* Login/registration form — Element sizes the logo to a narrow 206px header column. */
.mx_AuthHeader { width: 260px !important; }
.mx_AuthHeaderLogo { padding: 0 8px !important; margin-top: 20px !important; }
.mx_AuthHeaderLogo img { width: 100% !important; height: auto !important; }
