:root {
    --hg-blue: #459cf2;
    --hg-navy: #102a43;
    --hg-background: #f5f8fc;
    --hg-border: #d9e4ef;
}

body.wm {
    background:
        radial-gradient(
            circle at top right,
            rgba(69, 156, 242, 0.15),
            transparent 38%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            var(--hg-background) 100%
        ) !important;
}

body.wm #login-wrapper {
    max-width: 430px;
}

body.wm #login-container {
    border-radius: 16px !important;
}

/* HostGennie logo with real HTML MAIL text */
body.wm .hg-mail-logo-wrap {
    width: 300px;
    max-width: 78vw;
    margin: 0 auto 28px;
    text-align: right;
}

body.wm .hg-mail-logo-wrap .main-logo {
    display: block;
    width: 300px !important;
    max-width: 78vw !important;
    height: auto !important;
    max-height: 110px !important;
    margin: 0 auto !important;
    object-fit: contain;
}

body.wm .hg-mail-word {
    margin-top: 3px;
    padding-right: 8px;
    color: var(--hg-blue);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3px;
    text-align: right;
}

body.wm .hg-mail-logo-wrap-small {
    width: 220px;
    max-width: 66vw;
}

body.wm .hg-mail-logo-wrap-small .small-logo {
    display: block;
    width: 220px !important;
    max-width: 66vw !important;
    height: auto !important;
    margin: 0 auto !important;
    object-fit: contain;
}

body.wm .hg-mail-logo-wrap-small .hg-mail-word {
    font-size: 14px;
    padding-right: 5px;
    letter-spacing: 2px;
}

body.wm input[type="text"],
body.wm input[type="email"],
body.wm input[type="password"] {
    border: 1px solid var(--hg-border) !important;
    border-radius: 8px !important;
}

body.wm input[type="text"]:focus,
body.wm input[type="email"]:focus,
body.wm input[type="password"]:focus {
    border-color: var(--hg-blue) !important;
    box-shadow: 0 0 0 3px rgba(69, 156, 242, 0.15) !important;
}

body.wm button,
body.wm input[type="submit"],
body.wm #login_submit {
    background: var(--hg-blue) !important;
    border-color: var(--hg-blue) !important;
    border-radius: 8px !important;
}

body.wm button:hover,
body.wm input[type="submit"]:hover,
body.wm #login_submit:hover {
    filter: brightness(0.94);
}

body.wm .hg-mail-footer {
    margin: 24px auto 0;
    color: #627d98;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

body.wm .hg-mail-footer a {
    color: var(--hg-blue);
    text-decoration: none;
}

body.wm .hg-mail-footer a:hover {
    text-decoration: underline;
}

body.wm .copyright {
    display: none !important;
}

@media (max-width: 480px) {
    body.wm .hg-mail-logo-wrap {
        width: 260px;
        max-width: 76vw;
        margin-bottom: 24px;
    }

    body.wm .hg-mail-logo-wrap .main-logo {
        width: 260px !important;
        max-width: 76vw !important;
        max-height: 100px !important;
    }

    body.wm .hg-mail-word {
        font-size: 16px;
        padding-right: 6px;
        letter-spacing: 2.5px;
    }
}

/* Final logo size adjustment — 40% smaller */
body.wm .hg-mail-logo-wrap {
    width: 180px !important;
    max-width: 50vw !important;
    margin: 0 auto 32px !important;
}

body.wm .hg-mail-logo-wrap .main-logo {
    width: 180px !important;
    max-width: 50vw !important;
    height: auto !important;
    max-height: 80px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
}

body.wm .hg-mail-word {
    margin-top: 4px !important;
    padding-right: 2px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    letter-spacing: 2px !important;
    text-align: right !important;
}

@media (max-width: 480px) {
    body.wm .hg-mail-logo-wrap {
        width: 165px !important;
        max-width: 48vw !important;
        margin-bottom: 28px !important;
    }

    body.wm .hg-mail-logo-wrap .main-logo {
        width: 165px !important;
        max-width: 48vw !important;
        max-height: 74px !important;
    }

    body.wm .hg-mail-word {
        font-size: 11px !important;
        letter-spacing: 1.5px !important;
    }
}
