.keana-login-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 72vh;
    padding: 32px 16px;
    box-sizing: border-box;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.keana-login-card {
    width: 100%;
    max-width: 430px;
    padding: 36px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(21, 39, 82, 0.16);
    border: 1px solid rgba(29, 78, 216, 0.10);
    box-sizing: border-box;
}

.keana-logo {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 15px;
    background: linear-gradient(145deg, #111827, #2563eb);
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
}

.keana-brand {
    font-size: 22px;
    font-weight: 800;
    color: #111827;
}

.keana-subtitle {
    margin-top: 2px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.keana-login-card h1,
.keana-login-card h2 {
    margin: 24px 0 8px;
    color: #111827;
    font-size: 30px;
    line-height: 1.2;
}

.keana-intro,
.keana-login-card p {
    color: #667085;
    line-height: 1.6;
}

.keana-login-form {
    margin-top: 24px;
}

.keana-login-form label:not(.keana-remember) {
    display: block;
    margin: 16px 0 7px;
    color: #344054;
    font-size: 14px;
    font-weight: 700;
}

.keana-login-form input[type="text"],
.keana-login-form input[type="password"] {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    background: #ffffff;
    color: #101828;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
}

.keana-login-form input[type="text"]:focus,
.keana-login-form input[type="password"]:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.keana-remember {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 18px 0;
    color: #475467;
    font-size: 14px;
}

.keana-btn {
    display: inline-flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none !important;
    cursor: pointer;
    box-sizing: border-box;
}

.keana-btn:hover {
    filter: brightness(.96);
}

.keana-link {
    display: block;
    margin-top: 17px;
    color: #1d4ed8;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.keana-message {
    margin: 18px 0;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.keana-message-error {
    border: 1px solid #fda29b;
    background: #fef3f2;
    color: #b42318;
}

@media (max-width: 520px) {
    .keana-login-card {
        padding: 26px 20px;
        border-radius: 16px;
    }

    .keana-login-card h1,
    .keana-login-card h2 {
        font-size: 26px;
    }
}

/* v1.0.1 Keana full company logo */
.keana-login-card .keana-logo.keana-company-logo{width:100%;height:auto;max-width:340px;margin:0 auto 18px;background:#fff;border-radius:12px;padding:8px;display:flex;align-items:center;justify-content:center;box-shadow:none}
.keana-login-card .keana-logo.keana-company-logo img{display:block;width:100%;height:auto;max-height:180px;object-fit:contain}
@media(max-width:560px){.keana-login-card .keana-logo.keana-company-logo{max-width:300px;padding:6px}.keana-login-card .keana-logo.keana-company-logo img{max-height:155px}}
