.dse-turnstile-shell {
    box-sizing: border-box;
    width: 100%;
    margin: 12px 0 14px;
    padding: 12px;
    border: 1px solid rgba(229, 184, 58, 0.45);
    border-radius: 8px;
    background: rgba(5, 23, 49, 0.06);
}

.dse-turnstile-kicker {
    margin: 0 0 8px;
    color: #071a38;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dse-turnstile-message {
    min-height: 16px;
    margin: 7px 0 0;
    color: #52627a;
    font-size: 11px;
    line-height: 1.4;
}

.dse-turnstile-message.is-ready {
    color: #08775b;
}

.dse-turnstile-shell .cf-turnstile {
    min-height: 65px;
}

/*
 * The DSE Mondo skin originally used a fixed 520px login card.  The security
 * check adds a real form control, so reserve space for it instead of clipping
 * the widget or the Login/Reset controls at the bottom of the card.
 */
.login_panel,
.login_panel_left,
.login_panel_left_inner,
.login_panel_right {
    height: 660px !important;
}

.login_panel_right {
    padding-top: 34px;
    padding-bottom: 40px;
}

.login_panel h1 {
    margin-bottom: 20px;
}

.login_remember_checkbox {
    margin-bottom: 10px;
}

.login_panel .dse-turnstile-shell {
    margin-top: 8px;
    margin-bottom: 14px;
}

/* Keep a tall sign-in card reachable on laptops and rotated mobile screens. */
@media (max-height: 820px), (max-width: 980px) {
    .login_bg {
        display: block;
        height: auto !important;
        min-height: 100vh;
        overflow-y: auto !important;
    }

    .login_shell {
        display: block;
        min-height: 100vh;
        vertical-align: top;
    }
}

@media (max-width: 980px) {
    .login_panel {
        height: auto !important;
        min-height: 710px;
    }

    .login_panel_left,
    .login_panel_left_inner {
        height: 150px !important;
    }

    .login_panel_right {
        height: auto !important;
        min-height: 560px;
        padding-top: 26px;
        padding-bottom: 34px;
        flex: 1 0 auto;
    }
}

@media (max-width: 560px) {
    .login_panel {
        min-height: 748px;
    }

    .login_panel_left,
    .login_panel_left_inner {
        height: 118px !important;
    }

    .login_panel_right {
        min-height: 630px;
        padding: 24px 22px 32px;
    }
}

@media (max-width: 480px) {
    .dse-turnstile-shell {
        padding: 10px;
    }
}

/* MailEnable's dedicated mobile page uses a compact challenge. */
.ui-content .dse-turnstile-shell {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
}

.ui-content .dse-turnstile-shell .cf-turnstile {
    display: flex;
    min-height: 140px;
    justify-content: center;
}
