.ktc-admin-container {
    max-width: 460px;
    margin: 0 auto;
    padding: 20px 15px;
    padding-top: 80px;
}

.ktc-logo-wrapper {
    margin-top: 30px;
    margin-bottom: 10px;
}

/* Botones naranja KtControl */
.btn.ktc-btn {
    background-color: #e67e22;
    border: 2px solid #e67e22;
    color: #fff;
}

.btn.ktc-btn:hover, .btn.ktc-btn:focus {
    background-color: #cf7118;
    border-color: #cf7118;
    color: #fff;
}

.btn.ktc-btn-outline {
    background-color: transparent;
    border: 2px solid #e67e22;
    color: #e67e22;
}

.btn.ktc-btn-outline:hover, .btn.ktc-btn-outline:focus {
    background-color: #e67e22;
    border-color: #e67e22;
    color: #fff;
}

.ktc-logo {
    max-width: 280px;
    height: auto;
}

.ktc-version-bar {
    color: #666;
    font-size: 14px;
}

.ktc-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 30px;
}

.ktc-pwd-hints {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    font-size: 12px;
}

.ktc-pwd-hints span {
    color: #999;
    transition: color 0.2s, font-weight 0.2s;
}

.ktc-code-input {
    font-size: 28px;
    letter-spacing: 8px;
    font-weight: bold;
}

.ktc-user-table th {
    width: 140px;
    color: #666;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 8px;
}

.ktc-user-table td {
    font-weight: 600;
    font-size: 14px;
    padding: 6px 8px;
}
