.cw-login-page {
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    padding: 24px 16px;
    display: flex;
    background: #f2f6fb;
    color: #172033;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
}

.cw-login-page,
.cw-login-page * {
    box-sizing: border-box;
}

.cw-login-container {
    width: 100%;
    max-width: 460px;
    min-width: 0;
    margin: auto;
}

.cw-login-card {
    width: 100%;
    padding: 32px;
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(23, 32, 51, .12);
}

.cw-login-brand {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 6px;
    font-size: 28px;
    font-weight: 700;
    color: #172033;
}

.cw-login-brand small {
    padding: 6px 9px;
    border-radius: 999px;
    background: #eaf1ff;
    color: #2457b8;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cw-login-subtitle {
    margin: 0 0 24px;
    color: #5d6879;
}

.cw-login-card .alert {
    border-radius: 8px;
    line-height: 1.45;
}

.cw-login-form .form-group {
    margin: 0 0 18px;
}

.cw-login-form label {
    display: block;
    margin: 0 0 7px;
    color: #344054;
    font-size: 14px;
    font-weight: 600;
}

.cw-login-form .form-control {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    box-shadow: none;
    font-size: 16px;
}

.cw-login-password {
    position: relative;
    width: 100%;
}

.cw-login-password .form-control {
    padding-right: 52px;
}

.cw-login-password-toggle {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-left: 1px solid #cbd5e1;
    border-radius: 0 7px 7px 0;
    background: #f8fafc;
    color: #344054;
}

.cw-login-password-toggle:hover {
    background: #eaf1ff;
    color: #2457b8;
}

.cw-login-form .form-control:focus,
.cw-login-form .btn:focus-visible,
.cw-login-links a:focus-visible {
    outline: 3px solid rgba(36, 87, 184, .4);
    outline-offset: 2px;
}

.cw-login-turnstile {
    width: 100%;
    min-height: 65px;
    margin: 0 0 14px;
}

.cw-login-turnstile .cf-turnstile {
    width: 100%;
    max-width: 100%;
}

.cw-login-submit {
    height: 48px;
    border: 0;
    border-radius: 8px;
    background: #2457b8;
    font-size: 16px;
    font-weight: 600;
}

.cw-login-submit:hover,
.cw-login-submit:focus {
    background: #1d4a9d;
}

.cw-login-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

.cw-login-links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    color: #2457b8;
}

.cw-login-logo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 24px auto 0;
}

@media (max-width: 480px) {
    .cw-login-page {
        padding: 16px 12px;
    }

    .cw-login-card {
        padding: 24px 18px;
    }

    .cw-login-brand {
        font-size: 25px;
    }
}
